Added orb object.

This commit is contained in:
Branimir Karadžić 2015-11-19 22:17:37 -08:00
parent 39409696e6
commit 20e7e79763
3 changed files with 161083 additions and 1 deletions

View File

@ -16,6 +16,7 @@ GEOMETRY_SRC= \
column \ column \
cube \ cube \
hollowcube \ hollowcube \
orb \
platform \ platform \
tree \ tree \
tree1b_lod0_1 \ tree1b_lod0_1 \
@ -36,4 +37,4 @@ clean:
rebuild: clean all rebuild: clean all
$(RUNTIME_DIR)/meshes/%.bin : %.obj $(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

File diff suppressed because it is too large Load Diff

Binary file not shown.