mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Added orb object.
This commit is contained in:
parent
39409696e6
commit
20e7e79763
3 changed files with 161083 additions and 1 deletions
|
@ -16,6 +16,7 @@ GEOMETRY_SRC= \
|
|||
column \
|
||||
cube \
|
||||
hollowcube \
|
||||
orb \
|
||||
platform \
|
||||
tree \
|
||||
tree1b_lod0_1 \
|
||||
|
@ -36,4 +37,4 @@ clean:
|
|||
rebuild: clean all
|
||||
|
||||
$(RUNTIME_DIR)/meshes/%.bin : %.obj
|
||||
$(SILENT) $(GEOMETRYC) -f $(<) -o $(@) --packnormal 1
|
||||
$(SILENT) $(GEOMETRYC) -f $(<) -o $(@) --packnormal 1
|
161081
examples/assets/meshes/orb.obj
Normal file
161081
examples/assets/meshes/orb.obj
Normal file
File diff suppressed because it is too large
Load diff
BIN
examples/runtime/meshes/orb.bin
Normal file
BIN
examples/runtime/meshes/orb.bin
Normal file
Binary file not shown.
Loading…
Reference in a new issue