Duct taping a cache bug, added test_object that uses sponza.obj.

This commit is contained in:
2018-06-18 12:17:32 -05:00
parent 8f39c34d54
commit f68c31f87c
4 changed files with 10 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ class IMICFPS
Tree.new(x: 1, y: 0, z: -5)
Tree.new(x: 5, y: 0, z: 5)
Tree.new(x: -5, y: 0, z: 1)
TestObject.new(scale: 1)
p ObjectManager.objects.map {|o| o.name}
# Model.new(type: :obj, file_path: "objects/tree.obj", z: -5)
# Model.new(type: :obj, file_path: "objects/tree.obj", x: -2, z: -6)