sm64/levels/ttm/yellow_smiley/geo.inc.c

15 lines
382 B
C
Raw Permalink Normal View History

2019-11-03 14:36:27 -05:00
// 0x0E000D4C
const GeoLayout ttm_geo_000D4C[] = {
2023-08-17 08:56:02 -04:00
GEO_CULLING_RADIUS(1000),
GEO_OPEN_NODE(),
GEO_BILLBOARD(),
GEO_OPEN_NODE(),
GEO_SCALE(0x00, 32768),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, ttm_seg7_dl_0702AAA8),
GEO_CLOSE_NODE(),
GEO_CLOSE_NODE(),
GEO_CLOSE_NODE(),
GEO_END(),
2019-11-03 14:36:27 -05:00
};