Distance from Camera Render Question

Software: Away3D 4.x

BoomerSooner, Newbie
Posted: 19 April 2013 04:47 AM   Total Posts: 5

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!!

   

Lexcuk, Newbie
Posted: 19 April 2013 06:22 AM   Total Posts: 17   [ # 1 ]

My be, when part of the plot gets too far away from the camera, it will not render, it’s out of bounds case.

mesh.bounds.fromExtremes( -1000, -1000, -1000100010001000); 
   

BoomerSooner, Newbie
Posted: 19 April 2013 07:24 PM   Total Posts: 5   [ # 2 ]

I figured it out. I just needed to set the camera lens “far” plane.

camera.lens.far = 100000;

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X