From 70dc3f48648af70f36b4b99c21f8cb992b6d3122 Mon Sep 17 00:00:00 2001 From: Sgeo Date: Thu, 15 Jun 2017 23:05:11 -0400 Subject: [PATCH] Created NET.worlds.scape.Transform (markdown) --- NET.worlds.scape.Transform.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 NET.worlds.scape.Transform.md 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? |