[JAVA3D] tutorial

2005-06-24 Thread auger pierre
hey; Chapter2-self test 1: if i replace the cone shape by a cylinder shape as written ,i get two cylinders.How to transform them in two cones? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the

Re: [JAVA3D] Tutorial question

2002-10-02 Thread Carlos D Correa
Yes, strip is a set of points conforming a surface, such that contiguous points form "somehow" a face. That's the traditional concept of strip, and in the case of TriangleFans, the stripCount refers to the fans. Carlos Andy wrote: >Thank you very much, here is my new code which works. > >priv

Re: [JAVA3D] Tutorial question

2002-10-02 Thread Andy
nts? Sincerely, Andy - Original Message - From: "Carlos D Correa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 11:09 AM Subject: Re: [JAVA3D] Tutorial question > Hi, > > When you set the stripCounts Array, it specifies how many ver

Re: [JAVA3D] Tutorial question

2002-10-02 Thread Carlos D Correa
Hi, When you set the stripCounts Array, it specifies how many vertices are in each separate strip (or fan). So, the sum of values in stripCounts should be the same as the number of points. Instead of stripCounts of 17, use: int stripCounts[] = {10}; // your only strip has 10 vertices Als

[JAVA3D] Tutorial question

2002-10-01 Thread Andy
Hi Java3D Dev Team: In Tutorial 2, it shows that TriangleFanArray is having a parameter of vertexCount which is TriangleFanArray(vertexCount). However, is this vertexCount or stripCount? Since I created a Fan with 10 points(vertices) only including the central point, I should have this "...

[JAVA3D] Tutorial figure

2002-02-17 Thread Andy
Hi, hope Java3D Team developers can see this message.  In the Java3D Tutorial from Sun.com, in the first chapter, what's the difference between 1-3 and 1-4?  I still can't see any difference between them but the document explains many things.  Please help.   Andy

Re: [JAVA3D] Tutorial Java3D

2000-11-07 Thread JUAN ANTONIO CABRERO DONCEL
el texto), intento world.altavista.com > > Espero que la ayuda. > > Original Message Follows > From: JUAN ANTONIO CABRERO DONCEL <[EMAIL PROTECTED]> > Subject: [JAVA3D] Tutorial Java3D > > Hello, I would like if you know some link with a tut

Re: [JAVA3D] Tutorial Java3D

2000-11-06 Thread Bobby Martin
: JUAN ANTONIO CABRERO DONCEL <[EMAIL PROTECTED]> Subject: [JAVA3D] Tutorial Java3D Hello, I would like if you know some link with a tutorial in Spanish. Thank you. ** * Juan Antonio Cabrero Doncel* * 3º I.T. Informática de G

[JAVA3D] Tutorial Java3D

2000-11-06 Thread JUAN ANTONIO CABRERO DONCEL
Hello, I would like if you know some link with a tutorial in Spanish. Thank you. ** * Juan Antonio Cabrero Doncel* * 3º I.T. Informática de Gestión * * [EMAIL PROTECTED] * *www.uco.es/~i72cadoj* **

Re: [JAVA3D] TUTORIAL QUESTION

2000-07-12 Thread Dvorak, Daniel J.
12:57 AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] TUTORIAL QUESTION Hello all,     I am new to java3d and I was reading Chapter 2 in the tutorail from suns webpage. I also downloaded the examples, however the exanples are in a far file, how do I look at the examples? Mainly fo

[JAVA3D] TUTORIAL QUESTION

2000-07-11 Thread Terence J Fagan
Hello all,     I am new to java3d and I was reading Chapter 2 in the tutorail from suns webpage. I also downloaded the examples, however the exanples are in a far file, how do I look at the examples? Mainly for the YoyoApp.java                 Thanks in advance             Terence J Fag

Re: [JAVA3D] Tutorial on VRML

2000-03-29 Thread Roger Gregory
ED]> Sent: Wednesday, March 29, 2000 10:55 AM Subject: [JAVA3D] Tutorial on VRML > Can anybody tell me about a good tutorial on VRML?? > I will need to write scenes in this language and later load it in my > Java3D aplication... So i

[JAVA3D] Tutorial on VRML

2000-03-29 Thread luigi
Can anybody tell me about a good tutorial on VRML?? I will need to write scenes in this language and later load it in my Java3D aplication... So i will need to learn it... === To unsubscribe, send email to [EMAIL PROTECTED] a