> Date: Mon, 18 Feb 2002 11:27:41 -0600 > From: jie <[EMAIL PROTECTED]> > > I am using the java3d1.3b1. I called the setValidIndexCount() when the > > IndexedTriangleArray is alive, and I get > javax.media.j3d.CapabilityNotSetException: IndexedGeometryArray: no > capability to set valid index count . > I did not find the read and write capability constants in the > java3d1.3b1 doc.
Looks like you want to call setCapability(GeometryArray.ALLOW_COUNT_WRITE) on your IndexedTriangleArray before it's made live. -- Mark Hood =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
