Very simple...
I have got a sphere , added it to Pivot3D
And I have another Pivot3D (the target).
after I use:
v1:Vector3D=new Vector3D(target.x,target.y,target.z);pivot1.setOrientation(v1);
.... pivot1 is disappearing. Can not see it anymore. I have checked the coordinates and visibility, everything OK.
What do I wrong? Thanks