Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc
https://github.com/sm64pc/sm64pc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
284 B
9 lines
284 B
// 0x0D000090
|
|
const GeoLayout invisible_bowser_accessory_geo[] = {
|
|
GEO_CULLING_RADIUS(10000),
|
|
GEO_OPEN_NODE(),
|
|
GEO_ASM(20, geo_update_layer_transparency),
|
|
GEO_DISPLAY_LIST(LAYER_TRANSPARENT_DECAL, impact_ring_seg6_dl_0601EAC0),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|
|
|