assimp
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Sat, 29 Oct 2016 05:15:24 +0000 (08:15 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Sat, 29 Oct 2016 05:15:24 +0000 (08:15 +0300)
commitb7c92831285013b2a0783bccaf3d900545ebb5ba
treed6f4ba641b4c5a5145906cf4affe7dd5e9f213e4
parenta58455a92c7ecab980cbe1b7e282aeb6bfe7e889
assimp
19 files changed:
Makefile
src/exhibit.h [new file with mode: 0644]
src/geom.cc
src/geom.h
src/main.cc
src/material.cc [new file with mode: 0644]
src/material.h [new file with mode: 0644]
src/mech_exhibit.h [new file with mode: 0644]
src/mesh.cc
src/object.cc [new file with mode: 0644]
src/object.h [new file with mode: 0644]
src/objmesh.cc [new file with mode: 0644]
src/objmesh.h [new file with mode: 0644]
src/scene.cc [new file with mode: 0644]
src/scene.h [new file with mode: 0644]
src/sceneload.cc [new file with mode: 0644]
src/sceneload.h [new file with mode: 0644]
src/snode.cc [new file with mode: 0644]
src/snode.h [new file with mode: 0644]