Hi,
I am using Away3D 4.1 to try and build a 3D plotter. I am taking a series of 3D points and connecting them with a SegmentSet. I am having no problems building the SegmentSet, but when part of the plot gets too far away from the camera, it will not render. Is there a way I can change the view radius so that I can render all the plot, not matter how far from the camera the points get.
The final plan is to be able to move the camera along the plot so you can look at the whole thing, or just zoom in on parts of it.
Thanks!!