> From: Justin <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: How do I choose my Rendering Mode?
> Content-Transfer-Encoding: 7bit

> ... Chapter 12 explains three rendering modes:  Immediate,
> Retained, and Compiled-Retained.  The first two are described as
> allowing full manipulation of objects without setting capability bits.
> I understand that the Retained mode is supposed to allow me to create a
> live scene graph and still have full manipulation ability.  If I
> understand this properly, how do I initiate Retained mode rendering?
> 

( General questions like this should go to [EMAIL PROTECTED], not 
java3d-beta) 

I think you have misinterpreted the explination of retained mode.

The rule for scene graph changes is:

        Changes may be made to a live or compiled scene graph only if the
        corresponding capibility bit has been set.
        
So the answer to your question is that there is no mode which "full manipulation 
ability" for a live scene graph.  You need to either set the attribute bits or 
make your changes when the scene graph is not live.

The capability bits make it more difficult to make changes to the scene graph, 
but they also make it possible to optimize the scene graph for much faster 
rendering.  

Doug Gehringer
Sun Microsystems



=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to