sm64/actors/tree/geo.inc.c

45 lines
1,019 B
C
Raw Permalink Normal View History

2019-11-03 14:36:27 -05:00
// 0x16000FE8
const GeoLayout bubbly_tree_geo[] = {
2023-08-17 08:56:02 -04:00
GEO_CULLING_RADIUS(800),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, tree_seg3_dl_0302FEE8),
GEO_CLOSE_NODE(),
GEO_END(),
2019-11-03 14:36:27 -05:00
};
// 0x16001000
const GeoLayout spiky_tree_geo[] = {
2023-08-17 08:56:02 -04:00
GEO_CULLING_RADIUS(800),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, tree_seg3_dl_03030FA0),
GEO_CLOSE_NODE(),
GEO_END(),
2019-11-03 14:36:27 -05:00
};
// 0x16001018
const GeoLayout snow_tree_geo[] = {
2023-08-17 08:56:02 -04:00
GEO_CULLING_RADIUS(800),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, tree_seg3_dl_03032088),
GEO_CLOSE_NODE(),
GEO_END(),
2019-11-03 14:36:27 -05:00
};
// 0x16001030
const GeoLayout spiky_tree1_geo[] = {
2023-08-17 08:56:02 -04:00
GEO_CULLING_RADIUS(800),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, tree_seg3_dl_03032170),
GEO_CLOSE_NODE(),
GEO_END(),
2019-11-03 14:36:27 -05:00
};
// 0x16001048
const GeoLayout palm_tree_geo[] = {
2023-08-17 08:56:02 -04:00
GEO_CULLING_RADIUS(800),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, tree_seg3_dl_03033258),
GEO_CLOSE_NODE(),
GEO_END(),
2019-11-03 14:36:27 -05:00
};