From ab75a55cbe25b37e4106da2f2613557e85d3bee3 Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Thu, 16 Jan 2020 14:42:09 -0500
Subject: [PATCH] height map ready to use

---
 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 d7111a0..10c73f5 100644
--- a/modules/mesh/height map	
+++ b/modules/mesh/height map	
@@ -46,7 +46,7 @@ var inputs = {
 // outputs
 //
 var outputs = {
-   map:{type:'F32',
+   map:{type:'F32',label:'height map',
       event:function(){
          }},
    image:{type:'RGBA',
-- 
GitLab