From: Ari H. <ahe...@an...> - 2001-04-13 18:03:17
|
On Fri, Apr 13, 2001 at 10:24:52AM -0500, Art...@rs... wrote: > However, there does seem to be a limiting factor - > if an object exists X distance off the viewable frame, > the rendering of the scene seems to falter. > > Can anybody help me understand what is the limiting > X that I seem to be running into? I'm not sure if this is what you're running into, but there is a limit of the Visual module's precision on the Primitive::pos attribute. The x,y,z elements of position are doubles ... i suppose if your scale gets too big, you'll see weird FP precision artifacts. We're talking *big* scales here :) ari |