I am really sorry for the ultra noob question:
I have a cube, that I would like to resize with a VEX function
float test = ch("../transform1/sz"); if(ch("../line1/dist") <= 2) { @scale = set(1.0,3.0,4.0); //resize box. not working @sizey = 3.0; //size box. not working @Cd = set(0,1,0);//debug purpose. if green, code is compiling test = 3.0; //going through a transform node doesn.t work either... } else { @Cd = set(1,0,0);//red. if red, code updates }
I don't understand why I cannot resize my cube....
thank you for your help