Remove replace obj with glb files, don't import materials (Not favoring that solution anymore, sensible defaults applied to keep demoes consistent)

This commit is contained in:
Dane Johnson
2021-05-05 15:23:24 -05:00
parent d658d7a300
commit 44e8f784f5
29 changed files with 21 additions and 11783 deletions

View File

@@ -13,7 +13,7 @@ function init()
light:SetSpecular(0.1)
couch.Node.GetRoot():AddChild(light:Instance())
local box_mesh = couch.TexturedMesh("../resources/cube.obj", "../resources/paintedwood.jpg")
local box_mesh = couch.TexturedMesh("../resources/cube.glb", "../resources/paintedwood.jpg")
local box = couch.Rigidbody()
box:SetCollisionShape(couch.BoxCollisionShape(1, 1, 1))
box:AddChild(box_mesh)