I'm having a bit of a problem when scaling cube nodes. In the following code I am making an array of cube nodes with an adjustable height (based on vertical scale). The best that I can tell when a cube node is scaled vertically it extends upward AND downward, and I would like to correct that. I tried diving the scale by 2 for each cube node and setting the y axis coord as the result, but it has had no affect. I would like to keep the bottoms of these nodes all lined up =)