Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/thi/areas/1/6/geo.inc.c
7862 views
1
// 0x0E0005B0
2
const GeoLayout thi_geo_0005B0[] = {
3
GEO_CULLING_RADIUS(300),
4
GEO_OPEN_NODE(),
5
GEO_DISPLAY_LIST(LAYER_OPAQUE, thi_seg7_dl_07007648),
6
GEO_CLOSE_NODE(),
7
GEO_END(),
8
};
9
10
// 0x0E0005C8
11
const GeoLayout thi_geo_0005C8[] = {
12
GEO_CULLING_RADIUS(300),
13
GEO_OPEN_NODE(),
14
GEO_SCALE(0x00, 19660),
15
GEO_OPEN_NODE(),
16
GEO_DISPLAY_LIST(LAYER_OPAQUE, thi_seg7_dl_07007648),
17
GEO_CLOSE_NODE(),
18
GEO_CLOSE_NODE(),
19
GEO_END(),
20
};
21
22