Login  Register

Re: Question about applying Textures with or without a Material, in Java3D.

Posted by philjord on Apr 16, 2017; 4:05am
URL: https://forum.jogamp.org/Question-about-applying-Textures-with-or-without-a-Material-in-Java3D-tp4037864p4037882.html

Zachary,
The Javadocs can be found either as zips here under their respective sub folders, or in the wiki here

To answer your other comment about stencil outlines it is the technique of highlighting a 3d object by using another Shape3D object that shares the same geometry, but has an Appearance that draws oversized color lines, and uses the stencil buffer to ensure it doesn't render over the main image. Like this it's easy to do and makes for a nice result.