]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Player_Model_Spec" version 1)
authordivVerent <divVerent@xonotic.org>
Sun, 14 Mar 2010 11:40:00 +0000 (11:40 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Player_Model_Spec.textile [new file with mode: 0644]

diff --git a/Player_Model_Spec.textile b/Player_Model_Spec.textile
new file mode 100644 (file)
index 0000000..7e9afac
--- /dev/null
@@ -0,0 +1,78 @@
+h1. Player Model Spec
+
+TODO stuff about exporting
+
+TODO stuff about animations
+
+h2. Size
+
+Dimension x, y:
+
+<pre>
+                 |
+ +---------------|---------------+  +16
+ |               |               |
+ |               |               |
+ |               |               |
+ |      +--------|--------+      |  +9
+ |      |HEAD    |        |      |
+ |      |SHOT    |        |      |
+ |      |        |        |      |
+ |      |        |origin  |      |
+-----------------+-----------------  0 
+ |      |        |        |      |
+ |      |        |        |      |
+ |      |        |        |      |
+ |      |        |        |      |
+ |      +--------|--------+      |  -9
+ |               |               |
+ |               |               |
+ |               |               |
+ +---------------|---------------+ -16
+                 |
+-16    -9        0       +9     +16
+</pre>
+
+Dimension x/y, z:
+<pre>
+                 |
+ +------+--------+--------+------+  +45
+ |      |HEAD    |        |      |
+ |      |SHOT    |        |      |
+ |      |        |        |      |
+ |      |        |view    |      |
+ |      |        *ofs     |      |  +35
+ |      |        |        |      |
+ |      +--------|--------+      |  +32
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |origin         |
+-----------------+-----------------   0
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ |               |               |
+ +---------------|---------------+ -24
+                 |
+-16    -9        0       +9     +16
+</pre>