The size field of the Box node is a field, not an exposedField. Therefore, it can't receive events and the code below won't work.
url "javascript:
function initialize () {
pin.geometry.size = new SFVec3f(l, h, w);
}
"
Try to change the value of the Transform.scale instead.
|
|