|
Mario Kart 64
|
#include <common_structs.h>
Data Fields | |
| u16 | flags |
| u16 | surfaceType |
| s16 | vtx31 |
| s16 | vtx32 |
| s16 | vtx33 |
| s16 | vtx21 |
| s16 | vtx22 |
| s16 | vtx23 |
| Vtx * | vtxPoly1 |
| Vtx * | vtxPoly2 |
| Vtx * | vtxPoly3 |
| f32 | height |
| f32 | gravity |
| f32 | rotation |
| f32 | height2 |
| u16 mk64_surface_map_ram::flags |
| f32 mk64_surface_map_ram::gravity |
| f32 mk64_surface_map_ram::height |
| f32 mk64_surface_map_ram::height2 |
| f32 mk64_surface_map_ram::rotation |
| u16 mk64_surface_map_ram::surfaceType |
| s16 mk64_surface_map_ram::vtx21 |
| s16 mk64_surface_map_ram::vtx22 |
| s16 mk64_surface_map_ram::vtx23 |
| s16 mk64_surface_map_ram::vtx31 |
| s16 mk64_surface_map_ram::vtx32 |
| s16 mk64_surface_map_ram::vtx33 |
| Vtx* mk64_surface_map_ram::vtxPoly1 |
| Vtx* mk64_surface_map_ram::vtxPoly2 |
| Vtx* mk64_surface_map_ram::vtxPoly3 |