diff options
Diffstat (limited to '3rdparty/bgfx/examples/assets/meshes/meshes.ninja')
-rw-r--r-- | 3rdparty/bgfx/examples/assets/meshes/meshes.ninja | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/assets/meshes/meshes.ninja b/3rdparty/bgfx/examples/assets/meshes/meshes.ninja index f8a95dac498..cc88f052ae6 100644 --- a/3rdparty/bgfx/examples/assets/meshes/meshes.ninja +++ b/3rdparty/bgfx/examples/assets/meshes/meshes.ninja @@ -15,3 +15,4 @@ build $meshes/tree1b_lod1_1.bin: geometryc_pack_normal $pwd/tree1b build $meshes/tree1b_lod1_2.bin: geometryc_pack_normal $pwd/tree1b_lod1_2.obj build $meshes/tree1b_lod2_1.bin: geometryc_pack_normal $pwd/tree1b_lod2_1.obj build $meshes/tree1b_lod2_2.bin: geometryc_pack_normal $pwd/tree1b_lod2_2.obj +build $meshes/test_scene.bin: geometryc_pack_normal $pwd/../sky/test_scene.obj |