Mercurial > mm7
comparison stru367.h @ 1294:6bbd50bda571
Слияние
author | Ritor1 |
---|---|
date | Mon, 17 Jun 2013 09:09:30 +0600 |
parents | 1577d75db258 34c433886ed4 |
children | 65379a50e4eb |
comparison
equal
deleted
inserted
replaced
1293:557c0c3cc314 | 1294:6bbd50bda571 |
---|---|
5 /* 152 */ | 5 /* 152 */ |
6 #pragma pack(push, 1) | 6 #pragma pack(push, 1) |
7 struct stru367 | 7 struct stru367 |
8 { | 8 { |
9 int field_0; | 9 int field_0; |
10 int field_4[13]; | 10 std::array<int, 13> field_4; |
11 int field_38[2];//new point x for near plane | 11 std::array<int, 60> _view_transformed_ys; |
12 int _view_transformed_ys_minus1; | 12 std::array<int, 60> _view_transformed_zs; |
13 int _view_transformed_ys[57];//origin coordinates x | 13 std::array<int, 48> _view_transformed_xs; |
14 int field_128[2];//new point y for near plane | 14 std::array<int, 60> _screen_space_y; |
15 int _view_transformed_zs_minus1; | 15 std::array<int, 60> _screen_space_x; |
16 int _view_transformed_zs[57];//origin coordinates y | |
17 int field_218[2];//new point z for near plane | |
18 int _view_transformed_xs_minus1; | |
19 int _view_transformed_xs[45];//origin coordinates z | |
20 int _screen_space_y[2]; | |
21 int field_2E0; | |
22 int field_2E4[2]; | |
23 int field_2EC; | |
24 int field_2F0[2];//new point y for right plane | |
25 int field_2F8; | |
26 int _ys[3];//new point x for left plane | |
27 int _ys2[48];// | |
28 int _screen_space_x[2]; | |
29 int field_3D0; | |
30 int field_3D4[2];//new point x for top plane | |
31 int field_3DC; | |
32 //int field_3E0; | |
33 int _xs[54];// | |
34 int field_3E4; | |
35 int field_3E8; | |
36 int _xs2[3];//new point y for left plane | |
37 int _xs3[48];// | |
38 }; | 16 }; |
39 #pragma pack(pop) | 17 #pragma pack(pop) |
40 | 18 |
41 | 19 |
42 //extern const stru367 stru_367; | 20 //extern const stru367 stru_367; |