mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-11 03:45:03 -05:00
12 lines
304 B
C
12 lines
304 B
C
// 0x0F000A30
|
|
const GeoLayout metal_box_geo[] = {
|
|
GEO_CULLING_RADIUS(500),
|
|
GEO_OPEN_NODE(),
|
|
GEO_SHADOW(SHADOW_SQUARE_PERMANENT, 0xB4, 70),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_OPAQUE, metal_box_dl),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|