Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

YoyoApp.java example In the J3D package...

843799Jan 5 2002 — edited Jan 5 2002
YoyoApp.java example In the J3D package...

private Geometry yoyoGeometry() {

TriangleFanArray tfa;
int N = 17; //This mean 17 vertexs right?
int totalN = 4*(N+1); //What is this mean?
Point3f coords[] = new Point3f[totalN];
int stripCounts[] = {N+1, N+1, N+1, N+1};//
And what is this?Thank you.
float r = 0.6f;
float w = 0.4f;
int n;
double a;
float x, y;

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 2 2002
Added on Jan 5 2002
1 comment
153 views