comparison 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
comparison
equal deleted inserted replaced
6:578e67aa3c03 7:2a7b9d62c0c4
111 float z; 111 float z;
112 } thstd_viewpos_instr_t; 112 } thstd_viewpos_instr_t;
113 113
114 114
115 typedef struct { // type == 2 115 typedef struct { // type == 2
116 uint32_t unknown_x; //TODO 116 float center_dx; // x delta between the camera position and its view center
117 float center_dy; // y delta between the camera position and its view center 117 float center_dy; // y delta between the camera position and its view center
118 float dz; // z coordinate of the camera, divided by -835.979370 118 float dz; // z coordinate of the camera, divided by -835.979370
119 } thstd_viewpos2_instr_t; 119 } thstd_viewpos2_instr_t;
120 120
121 121