We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Texture coordinates
Page Index Toggle Pages: 1
Texture coordinates (Read 619 times)
Texture coordinates
Aug 28th, 2009, 6:00am
 
Am I missing something, or is there currently no way to specify U/V texture coordinates independently of coordinates in 3D space?
Re: Texture coordinates
Reply #1 - Aug 28th, 2009, 6:52am
 
http://processing.org/reference/vertex_.html

this mentions a vertex() method with x, y, z, u and v. is that not what you want?
Re: Texture coordinates
Reply #2 - Aug 31st, 2009, 3:50am
 
Yes, it is - thanks koogy!

It's sometimes bafflingly difficult to find the right bit of documentation on this site - using the built-in Google search on 'texture coordinates', for instance, that's the tenth hit! I looked through a whole bunch of other pages from there and in Reference before I posted this, but didn't get quite that far... though I guess I could also have just about figured it out from this page in the Learning section, if I'd found that.
Page Index Toggle Pages: 1