Hello again, 
  I'm trying to use the NormalGenerator to generate a set of normals for a
TriangleStripArray.  I am passing the coordinates thru a GeometryInfo 
object and when it gets to generateNormals() I get the following error.

Exception occurred during event dispatching:
java.lang.IllegalArgumentException: StripCounts inconsistent with primitive
        at 
com.sun.j3d.utils.geometry.GeometryInfo.checkForBadData(Compiled Code
)
        at 
com.sun.j3d.utils.geometry.NormalGenerator.generateNormals(NormalGene
rator.java:753)

Does anybody know why this is happening? Does the GeometryInfo object 
need something done to it before it gets passed to the NormalGenerator?

Thank you,
Jesse


=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to