|
I put the following code in my class
Create the
Frustrum
AttenuatedCone frustrum=new AttenuatedCone(1.0f,0.5f,1.5f,2,new Color3f(0.0f, 1.0f, 0.0f),0.5f); and i recieved the following errors
D:\java\Java3d Project\tests\Hard
tests\CallClass.java:24: cannot resolve symbol
symbol : constructor AttenuatedCone (float,float,float,int,javax.vecmath.Color3f,float) location: class AttenuatedCone AttenuatedCone frustrum=new AttenuatedCone(1.0f,0.5f,1.5f,2,new Color3f(0.0f, 1.0f, 0.0f),0.5f); ^ 1 error The AttenuatedCone class in in the same directory
with my class
|
- [JAVA3D] Cone with 2 rad... Γιάννης
- Re: [JAVA3D] Cone w... Allan Ash
- Re: [JAVA3D] Co... Γιάννης
- Re: [JAVA3D... Allan Ash
- Re: [JAVA3D] Co... Γιάννης
- Re: [JAVA3D] Cone w... Jack Bowie
- Re: [JAVA3D] Co... Γιάννης
