sm64coopdx/actors/error_model/geo.inc.c
PeachyPeachSM64 b46f1a26cf
Some checks are pending
Build coop / build-macos-intel (push) Waiting to run
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Fix inconsistencies with tabs and remove trailing whitespaces
2026-05-26 23:51:58 +02:00

11 lines
384 B
C

const GeoLayout error_model_geo[] = {
GEO_NODE_START(),
GEO_OPEN_NODE(),
GEO_SCALE(0x00, 16384),
GEO_OPEN_NODE(),
GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, error_model_error_bone_mesh_layer_1),
GEO_DISPLAY_LIST(LAYER_OPAQUE, error_model_material_revert_render_settings),
GEO_CLOSE_NODE(),
GEO_CLOSE_NODE(),
GEO_END(),
};