summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/assets/meshes/build.ninja
blob: 232ba6b6216122b73ae797f267da91c140f0e9c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include ../../../scripts/common.ninja
meshes = ../../runtime/meshes

build $meshes/bunny.bin:           geometryc_pack_normal bunny.obj
build $meshes/bunny_decimated.bin: geometryc_pack_normal bunny_decimated.obj
build $meshes/bunny_patched.bin:   geometryc_pack_normal bunny_patched.obj
build $meshes/column.bin:          geometryc_pack_normal column.obj
build $meshes/cube.bin:            geometryc_pack_normal cube.obj
build $meshes/hollowcube.bin:      geometryc_pack_normal hollowcube.obj
build $meshes/orb.bin:             geometryc_pack_normal orb.obj
build $meshes/platform.bin:        geometryc_pack_normal platform.obj
build $meshes/tree.bin:            geometryc_pack_normal tree.obj
build $meshes/tree1b_lod0_1.bin:   geometryc_pack_normal tree1b_lod0_1.obj
build $meshes/tree1b_lod0_2.bin:   geometryc_pack_normal tree1b_lod0_2.obj
build $meshes/tree1b_lod1_1.bin:   geometryc_pack_normal tree1b_lod1_1.obj
build $meshes/tree1b_lod1_2.bin:   geometryc_pack_normal tree1b_lod1_2.obj
build $meshes/tree1b_lod2_1.bin:   geometryc_pack_normal tree1b_lod2_1.obj
build $meshes/tree1b_lod2_2.bin:   geometryc_pack_normal tree1b_lod2_2.obj