From 34216e42fc2e312866039fb0e8941fbbd090ff77 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sat, 18 Jan 2020 12:23:47 +0530 Subject: [PATCH] wip --- modules/mesh/height map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mesh/height map b/modules/mesh/height map index fc6e2a9..d42eff4 100644 --- a/modules/mesh/height map +++ b/modules/mesh/height map @@ -53,7 +53,7 @@ var outputs = { obj.zmax = mod.zmax obj.width = mod.img.width obj.height = mod.img.height - mods.output(mod,'map',heightmap) + mods.output(mod,'map',obj) }}} // // interface -- GitLab