[blender] glass jar physics
This commit is contained in:
parent
0e6b16dd55
commit
866594033e
2 changed files with 3 additions and 1 deletions
BIN
blender/glass jar physics.blend
(Stored with Git LFS)
Normal file
BIN
blender/glass jar physics.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
1
main.lua
1
main.lua
|
@ -7,7 +7,6 @@ local maze2d = require("./maze")
|
|||
local maze3d = require("./maze3d")
|
||||
local openscad = require("./openscad")
|
||||
|
||||
|
||||
-- ANSI escape sequence helpers
|
||||
function a.header(str) return a.fblue(a.hicol(str)) end
|
||||
function a.item(str) return a.fyellow(str) end
|
||||
|
|
Loading…
Reference in a new issue