Created NET.worlds.scape.Transform (markdown)

Sgeo 2017-06-15 23:05:11 -04:00
parent e402377321
commit 70dc3f4864

@ -0,0 +1,10 @@
Represents a location, rotation, and scaling. Subtype of [[NET.worlds.scape.SuperRoot]]
| Version | Type | Name/Description |
| --- | --- | --- |
| All | Version for Transform | 0-2 |
| 1-2 | Implicit [[SuperRoot|NET.worlds.scape.SuperRoot]] | Name |
| All | Float | X Scale. Also Y Scale and Z Scale in versions 0-1 |
| 2 | Float | Y Scale |
| 2 | Float | Z Scale |
| All | 16 Floats | "Guts". A 4x4 matrix? |