mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Removed test enum values
This commit is contained in:
parent
b77911bdcd
commit
da743d9dc4
1 changed files with 1 additions and 7 deletions
|
|
@ -77,13 +77,7 @@ ImplementBitfieldType(MaterialAnimType,
|
||||||
{ Material::Rotate, "Rotate" , "Rotate the material around a point.\n" },
|
{ Material::Rotate, "Rotate" , "Rotate the material around a point.\n" },
|
||||||
{ Material::Wave, "Wave" , "Warps the material with an animation using Sin, Triangle or Square mathematics.\n" },
|
{ Material::Wave, "Wave" , "Warps the material with an animation using Sin, Triangle or Square mathematics.\n" },
|
||||||
{ Material::Scale, "Scale", "Scales the material larger and smaller with a pulsing effect.\n" },
|
{ Material::Scale, "Scale", "Scales the material larger and smaller with a pulsing effect.\n" },
|
||||||
{ Material::Sequence, "Sequence", "Enables the material to have multiple frames of animation in its imagemap.\n" },
|
{ Material::Sequence, "Sequence", "Enables the material to have multiple frames of animation in its imagemap.\n" }
|
||||||
{ Material::Sequence, "SequenceA", "Enables the material to have multiple frames of animation in its imagemap.\n" },
|
|
||||||
{ Material::Sequence, "SequenceB", "Enables the material to have multiple frames of animation in its imagemap.\n" },
|
|
||||||
{ Material::Sequence, "SequenceC", "Enables the material to have multiple frames of animation in its imagemap.\n" },
|
|
||||||
{ Material::Sequence, "SequenceD", "Enables the material to have multiple frames of animation in its imagemap.\n" },
|
|
||||||
{ Material::Sequence, "SequenceE", "Enables the material to have multiple frames of animation in its imagemap.\n" },
|
|
||||||
{ Material::Sequence, "SequenceF", "Enables the material to have multiple frames of animation in its imagemap.\n" }
|
|
||||||
EndImplementBitfieldType;
|
EndImplementBitfieldType;
|
||||||
|
|
||||||
ImplementEnumType(MaterialBlendOp,
|
ImplementEnumType(MaterialBlendOp,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue