Hello,

i need some help to the following problem:

I store texture coordinates in a certain slot. Now if i add a texture 
chunk by using addchunk( tc, slot ), nothing happens, if the slot is 
greater than 3. If i assign it to a texture unit 3 or smaller, 
everything works fine. I've checked all my texture coordinates for 
errors and all seems to be correct.

Example
#####
geo->setTexCoords3( tcc );
cm->addChunk( tc, 3 );
--> works fine

#####
geo->setTexCoords4( tcc );
cm->addChunk( tc, 4 );
--> not working

Where is the problem? I hope you can help me.

Thanks,

Ricardo



------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to