From 86d5a546b4eab47b991a0acc4ab444c725feb081 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 25 Aug 2024 15:38:49 +1000 Subject: GLTF meshes --- asset.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'asset.h') diff --git a/asset.h b/asset.h index 370ad15..d3a29a6 100644 --- a/asset.h +++ b/asset.h @@ -7,25 +7,25 @@ struct Mesh; #define assets_xmacro() \ x( \ - asset_id_cube, \ - asset_type_mesh, \ - "cube.msh" \ - ) \ - x( \ - asset_id_monkey, \ + asset_id_gun_mesh, \ asset_type_mesh, \ - "monkey.msh" \ + "gun.msh" \ ) \ x( \ - asset_id_gun_mesh, \ + asset_id_guy_mesh, \ asset_type_mesh, \ - "gun.msh" \ + "guy.msh" \ ) \ x( \ asset_id_gun_texture, \ asset_type_texture, \ "gun.bc1" \ ) \ + x( \ + asset_id_guy_texture, \ + asset_type_texture, \ + "guy.bc1" \ + ) \ x( \ asset_id_brick_texture, \ asset_type_texture, \ -- cgit v1.2.3-54-g00ecf