hi,
i have a problem with the display of the on-screen-controlls in combination with Move3D-nodes.
here is a sample script:
RGrad1 = RGrad(2048, 1556, 2, width/2, height/2, 1, min(width,height)/4,
min(width,height)/4, 0.5, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0);
Move3D1 = Move3D(RGrad1, 0, 0, -5000, 0, 0, 0, 1, 1, xScale,
yScale, width/2, height/2, 0, 49, “default”, xFilter, “trs”,
0, 0, 0.5, 0, 0, time);
a RGrad is moved in z-direction by a move3D-node. when i look at the move3D-node, but activate the RGrad-Controlls i have to zoom out the viewer to see the on-screen-controlls.
this is bad.
is there an overwriteable parameter in shake where i can define the “clipping plane” of the viewer?
thanks for your time and help!