mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
add material tileScale
by request
This commit is contained in:
parent
0fb68936f9
commit
c0ce94f32a
8 changed files with 32 additions and 9 deletions
|
|
@ -270,6 +270,7 @@ public:
|
|||
/// The repetition scale of the detail texture
|
||||
/// over the base texture.
|
||||
Point2F mDetailScale[MAX_STAGES];
|
||||
Point2F mTileScale[MAX_STAGES];
|
||||
|
||||
U32 mAnimFlags[MAX_STAGES];
|
||||
Point2F mScrollDir[MAX_STAGES];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue