In previous commit I introduced static to fix compiling issue while prototyping, and accidentally left it in. It works, but only for the first created shape. All other height fields assume the shape of the first one.
The height field shape is created just the same as any other shape and can reuse same code.
In previous commit I introduced
static
to fix compiling issue while prototyping, and accidentally left it in. It works, but only for the first created shape. All other height fields assume the shape of the first one.The height field shape is created just the same as any other shape and can reuse same code.