diff 06/std.xhtml @ 7:2a7b9d62c0c4

Fix details, and details and documentation for a few instructions
author Thibaut Girka <thib@sitedethib.com>
date Tue, 23 Aug 2011 11:58:03 +0200
parents 617e7760fd9f
children 2925b0e246c6
line wrap: on
line diff
--- a/06/std.xhtml
+++ b/06/std.xhtml
@@ -113,7 +113,7 @@ typedef struct { // type == 0
 
 
 typedef struct { // type == 2
-    uint32_t unknown_x; //TODO
+    float center_dx; // x delta between the camera position and its view center
     float center_dy; // y delta between the camera position and its view center
     float dz; // z coordinate of the camera, divided by -835.979370
 } thstd_viewpos2_instr_t;