Difference between revisions of "GeometryTemplate.Scale"
Jump to navigation
Jump to search
(New page: == MDT description == This property scales a mesh along each axis by the scale values given, e.g. 2.5/2.5/2.5 makes the object 2.5 times larger along each axis. Normally you should simply ...) |
|||
Line 1: | Line 1: | ||
== MDT description == | == MDT description == | ||
− | This property scales a mesh along each axis by the scale values given, e.g. 2.5/2.5/2.5 makes the object 2.5 times larger along each axis. Normally you should simply set objects to their proper scale when modelled. Scale is used in the Wasserfall rocket to fool the physics engine.<br | + | This property scales a mesh along each axis by the scale values given, e.g. 2.5/2.5/2.5 makes the object 2.5 times larger along each axis. Normally you should simply set objects to their proper scale when modelled. ''Scale'' is used in the Wasserfall rocket to fool the physics engine.<br> |
− | ''[http://mdt.planetbattlefield.gamespy.com/scripting/GeometryTemplate/Properties/Scale.shtm Source and more details]'' | + | <br> |
− | + | ''[http://mdt.planetbattlefield.gamespy.com/scripting/GeometryTemplate/Properties/Scale.shtm Source and more details]''<br> | |
− | == | + | <br> |
− | This property defines the visual X/Y/Z scale of a geometry object. It does not alter the physics or collision box size of the object. | + | == Additional Description == |
− | + | This property defines the visual X/Y/Z scale of a geometry object. It does not alter the physics or collision box size of the object.<br> | |
+ | <br> | ||
[[Category:Battlefield 1942]] | [[Category:Battlefield 1942]] |
Latest revision as of 10:10, 20 November 2008
MDT description
This property scales a mesh along each axis by the scale values given, e.g. 2.5/2.5/2.5 makes the object 2.5 times larger along each axis. Normally you should simply set objects to their proper scale when modelled. Scale is used in the Wasserfall rocket to fool the physics engine.
Source and more details
Additional Description
This property defines the visual X/Y/Z scale of a geometry object. It does not alter the physics or collision box size of the object.