diff options
| author | Sgeo <[email protected]> | 2017-06-15 23:05:11 -0400 |
|---|---|---|
| committer | Sgeo <[email protected]> | 2017-06-15 23:05:11 -0400 |
| commit | 70dc3f48648af70f36b4b99c21f8cb992b6d3122 (patch) | |
| tree | 74b70024af691ca8bc4eab21fd121198aa3198d7 | |
| parent | Updated NET.worlds.scape.WObject (markdown) (diff) | |
| download | libreworlds-wiki-70dc3f48648af70f36b4b99c21f8cb992b6d3122.tar.xz libreworlds-wiki-70dc3f48648af70f36b4b99c21f8cb992b6d3122.zip | |
Created NET.worlds.scape.Transform (markdown)
| -rw-r--r-- | NET.worlds.scape.Transform.md | 10 |
1 files changed, 10 insertions, 0 deletions
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? | |