Hello,
 
I'm making an applet that supposed to render a Cube, but he doesn't.
This is what I get as output:
 
CubeTest.java [19:1] cannot resolve symbol
symbol  : variable COORDINATES 
location: class com.sun.j3d.utils.geometry.GeometryInfo
     IndexedQuadArray iqa = new IndexedQuadArray(8, GeometryInfo.COORDINATES);
                                                                ^
CubeTest.java [42:1] cannot resolve symbol
symbol  : method setCoordinatesIndices  (int,int[])
location: class javax.media.j3d.IndexedQuadArray
     iqa.setCoordinatesIndices(0, indices);
        ^
CubeTest.java [44:1] addChild(javax.media.j3d.Node) in javax.media.j3d.Group cannot be applied to (javax.media.j3d.IndexedQuadArray)
     bg.addChild(iqa); 
       ^
3 errors
Errors compiling CubeTest.
 
 
If anyone could give me a hint fo what I'm missing here?!
 
Thanx

Attachment: CubeTest.java
Description: Binary data

Reply via email to