diff --git a/NET.worlds.scape.Transform.md b/NET.worlds.scape.Transform.md new file mode 100644 index 0000000..2a4ad61 --- /dev/null +++ b/NET.worlds.scape.Transform.md @@ -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? |