Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/totwc/cloud/geo.inc.c
7861 views
1
// 0x0E000160
2
const GeoLayout totwc_geo_000160[] = {
3
GEO_CULLING_RADIUS(2000),
4
GEO_OPEN_NODE(),
5
GEO_BILLBOARD(),
6
GEO_OPEN_NODE(),
7
GEO_DISPLAY_LIST(LAYER_TRANSPARENT, totwc_seg7_dl_070079A8),
8
GEO_CLOSE_NODE(),
9
GEO_CLOSE_NODE(),
10
GEO_END(),
11
};
12
13