Hello Vincent,

> I'm sorry, I'm new with OpenSG. How should I get the TextureChunk of my 
> SimpleTexturedMaterial ? Do I the right way with a SimpleTexturedMaterial ?
> 

SimpleTexturedMaterial is derived from ChunkMaterial and among other
chunks it uses a TextureChunk for the texturing. You should be able
to query for the TextureChunk using ChunkMaterial::getChunks and 
checking each chunk for the type TextureChunk::getClassType().

        Manfred.

======================================================================
Manfred Weiler              [EMAIL PROTECTED]
Visualisierung und Interaktive Systeme          Telefon: 0711/7816-208
Universitaet Stuttgart, IfI                         FAX: 0711/7816-340


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to