comparison 06/std.xhtml @ 4:617e7760fd9f

Fix thstd_viewpos2_instr_t.center_dy as well as a link with incorrect description.
author Thibaut Girka <thib@sitedethib.com>
date Fri, 05 Aug 2011 21:28:14 +0200
parents bd0f1253691d
children 2a7b9d62c0c4
comparison
equal deleted inserted replaced
3:bd0f1253691d 4:617e7760fd9f
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 uint32_t unknown_x; //TODO
117 uint32_t 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
122 typedef struct { // type == 3 122 typedef struct { // type == 3