diff options
author | sanine <sanine.not@pm.me> | 2023-05-16 16:29:22 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-05-16 16:29:22 -0500 |
commit | fae263bc315f1c44cbcf399f58c92e23f0968747 (patch) | |
tree | c986aa224a967cb8eace9658fa12ea8834e85c05 /main.lua | |
parent | 52c760d39397bb5261981892e2ae2a87e21a2b3f (diff) |
add more builtin meshes
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ db:createEntityWithComponents{ }, renderMesh = { mesh = { - filename = "assets/dodecahedron.obj", + filename = "builtin.tube", index = 1, }, uniforms = { |