mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-06 01:15:17 -05:00
13 lines
368 B
C
13 lines
368 B
C
// 0x0E000920
|
|
const GeoLayout ttm_geo_000920[] = {
|
|
GEO_CULLING_RADIUS(1650),
|
|
GEO_OPEN_NODE(),
|
|
GEO_RENDER_RANGE(-2650, 5500),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_OPAQUE, ttm_seg7_dl_0700DF78),
|
|
GEO_OPEN_NODE(),
|
|
GEO_CLOSE_NODE(),
|
|
//! Missing close nodes. Unfortunately not exploitable
|
|
GEO_END(),
|
|
};
|