Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/ttm/areas/1/3/geo.inc.c
7862 views
1
// 0x0E000748
2
const GeoLayout ttm_geo_000748[] = {
3
GEO_CULLING_RADIUS(1800),
4
GEO_OPEN_NODE(),
5
GEO_RENDER_RANGE(-2800, 10000),
6
GEO_OPEN_NODE(),
7
GEO_DISPLAY_LIST(LAYER_OPAQUE, ttm_seg7_dl_0700A8C0),
8
GEO_DISPLAY_LIST(LAYER_TRANSPARENT, ttm_seg7_dl_0700AB08),
9
GEO_CLOSE_NODE(),
10
GEO_CLOSE_NODE(),
11
GEO_END(),
12
};
13
14