TX3D 3.1.5 Beta - T3DParticle SpinRandomMax: dyslexic Set part
by Giuseppe De Francesco · in Torque X 3D · 07/08/2010 (4:01 pm) · 1 replies
Build: 3.1.5 Beta
Platform: Any
Target: Source code
Issues: the Set is written upside down making impossible to assign SpinRandomMax propeerty.
Fix:
in the file T3DParticle.cs at the line 198
chenge this
with this
Platform: Any
Target: Source code
Issues: the Set is written upside down making impossible to assign SpinRandomMax propeerty.
Fix:
in the file T3DParticle.cs at the line 198
chenge this
set { value = _spinRandomMax; }with this
set { _spinRandomMax = value; }About the author
In the software eng. field since 1981, in charge of R&D during last 10 years. IEEE Senior Member (and volunteer).
Torque 3D Owner Ray Batts
Sickhead Games