[blender] glass jar physics

This commit is contained in:
Starbeamrainbowlabs 2021-08-13 01:26:53 +01:00
parent 0e6b16dd55
commit 866594033e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 1 deletions

BIN
blender/glass jar physics.blend (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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