Fix scale on box demo

This commit is contained in:
Dane Johnson 2021-03-05 13:41:12 -06:00
parent 85c2474f25
commit 721b9416b4

View File

@ -15,7 +15,6 @@ function init()
couch.Node.GetRoot():AddChild(light:Instance())
local ibox = couch.TexturedMesh("../resources/inverted_cube.obj", "../resources/paintedwood.jpg")
ibox:UniformScale(0.0)
couch.Node.GetRoot():AddChild(ibox:Instance())
local box = couch.Mesh.FromFile("../resources/cube.obj")