[JAVA3D] make slice in a shape

2002-05-15 Thread R CM
hi all, I've already ask some help about this subject, but i need more help i'm want to move a cut plane on a shape and getting the cross-section in a other canvas (2D or 3D) I use the front clip and the back clip of the camera as cut plane, and the camera is locate juste in front of the cut pl

Re: [JAVA3D] make slice in a shape, how use modelClip class?

2002-04-15 Thread R CM
thanks for your answer, my test with the front clip and the back clip of the camera is not efficient because I see on the canvas the cross section with a small thickness.(this thickness change with the cut plane orientation) I've already try to change the Projection policy to a parallel projection

Re: [JAVA3D] make slice in a shape, how use modelClip class?

2002-04-14 Thread Dipl. Ing. Paul Szawlowski
In your case you could use the front clipping plane of the camera as cut plane. Moving the camera and/or changing the front clipping plane distance will change the cross section. If you use ModelClip then the clipping will also be seen on other cameras in the scene. R CM schrieb: > hi all, > I'm

[JAVA3D] make slice in a shape, how use modelClip class?

2002-04-12 Thread R CM
hi all, I'm looking for some help or some code exemples i'm want to move a cut plane on a shape and getting the cross-section in a other canvas (2D or 3D) i think i must use the modelClip class but i'm not sure and I dont understand how it's work... i have already try to use a camera locate on