Login  Register

Re: Multi-Texturing

Posted by Hugo Lizzi on Jan 31, 2020; 9:10pm
URL: https://forum.jogamp.org/Multi-Texturing-tp4040312p4040313.html

Just a follow up to my post above.

I studied/ran the example MultiTextureTest.java provided in the Examples Folder.  
It gave me a Multi-Level Texture Box.  That is, both textures overlay the entire box.
I did not see any attempt to assign the 2 textures to 2 different areas of the box.  
I assume that the name of the example should have been MultiLevelTextureTest.