Re: [JAVA3D] ModelClip Question

2005-01-25 Thread Nick Stark
Mark - Thanks for the response...could you elaborate a bit on the two-pass rendering? I've never dealt with anything like that before. Thanks again, Nick > Date: Mon, 24 Jan 2005 15:32:43 -0600 > From: Nick Stark <[EMAIL PROTECTED]> > > I am using a ModelClip object to clip away a po

Re: [JAVA3D] ModelClip Question

2005-01-24 Thread Mark Hood
> Date: Mon, 24 Jan 2005 15:32:43 -0600 > From: Nick Stark <[EMAIL PROTECTED]> > > I am using a ModelClip object to clip away a portion of the 3D object. > However, when this happens, you see the edges of what has been clipped and > you can see inside of the object at this point. Is there

[JAVA3D] ModelClip Question

2005-01-24 Thread Nick Stark
Hello - I have a TriangleStripArray surface created from triangular facets defined in an STL file. I am using a ModelClip object to clip away a portion of the 3D object. However, when this happens, you see the edges of what has been clipped and you can see inside of the object at this point. Is