mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-06 01:15:17 -05:00
13 lines
369 B
C
13 lines
369 B
C
// 0x0E0007A8
|
|
const GeoLayout ttm_geo_0007A8[] = {
|
|
GEO_CULLING_RADIUS(1700),
|
|
GEO_OPEN_NODE(),
|
|
GEO_RENDER_RANGE(-2700, 6500),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_OPAQUE, ttm_seg7_dl_0700B530),
|
|
GEO_DISPLAY_LIST(LAYER_TRANSPARENT, ttm_seg7_dl_0700B670),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|