Flavius Alecu wrote:
one thing i'm not sure i understand....

the line of code inside the try block..you load a model, what is that modell? is that the background with the stars?? I have mine in a .jpg bitmap =/


that model is simply a cube, with the normals facing in, then the texture applied, the eight vertecies are

-0.7 -0.7 -0.7
-0.7 0.7 -0.7
0.7 0.7 -0.7
0.7 -0.7 -0.7
-0.7 -0.7 0.7
-0.7 0.7 0.7
0.7 0.7 0.7
0.7 -0.7 0.7

my star field is a jpg too.

HTH

Jeremy
--

Homepage: http://www.computerbooth.com/
Code page: http://www.newdawnsoftware.com/

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to