yeah, I Guess I could use sets. That seems like the most simple way to solve
this problem. Is there a place somewhere where I can read about this? How do
texture sets work??
thanx


From: Florin Herinean <[EMAIL PROTECTED]>
Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] same shape3d, different textures
Date: Wed, 3 Mar 2004 10:58:28 +0100

You can do it if your card supports multitexturing. Just set for one wall
one texture coordinate set and for the other another texture coordinate
set.
But that's cumbersome. Much easier and intuitive is to just have two
Shape3D's, one for each wall. Another option is to have one texture, which
half is brick and half is wall, and then just play with the texture
coordinates.

Cheers,

Florin

-----Original Message-----
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED] Behalf Of Flavius Alecu
Sent: Mittwoch, 3. März 2004 10:46
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] same shape3d, different textures


oh, well isn't that used for the same texture but to save cpu power? I've read that and what I can remember it's used to have the same texture but in different sizes? what I actually need is two different textures on the same level. Say I have two walls in the same shape3d, I want one to be a brick-wall and the other one made of wood.

Cheers


>From: Bassam <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] same shape3d, different textures >Date: Wed, 3 Mar 2004 02:06:34 +0200 > >Have checked the tutorial written by Sun . Chapter 7 deals with textures on >multiple levels. >I recommend that. I guess you can find it on the >http://java.sun.com/products/java-media/3D/ however it is inaccessabile at >the moment. I don't know why. it seems like there is a problem. > >Bassam > >----- Original Message ----- >From: "Flavius" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, March 03, 2004 12:43 AM >Subject: [JAVA3D] same shape3d, different textures > > > > is it possible to haev different textures on the same shape 3d? > > how does that work tehn?? > > > > thanx a lot > > > > >=========================================================================== > > 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". > > > >=========================================================================== >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".

_________________________________________________________________
Hitta rätt på nätet med MSN Sök http://search.msn.se/

===========================================================================
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".

===========================================================================
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".

_________________________________________________________________ Hitta rätt på nätet med MSN Sök http://search.msn.se/

===========================================================================
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