Bug 1343

Summary: New property j3d.autocompile
Product: Java3D Reporter: Phil Jordan <p.j.nz>
Component: coreAssignee: Phil Jordan <p.j.nz>
Status: UNCONFIRMED ---    
Severity: normal CC: gouessej
Priority: P4    
Version: tbd   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---

Description Phil Jordan 2016-11-05 07:04:23 CET
Compile is a very effective feature of the retained scene graph.

Although in various documents regarding Java3D there are comments that compile is automatically called when a BranchGroup is added to a live scene graph, the code itself shows that this is not true.

It would be convenient to have compile called on all BranchGroups when added to a live scene graph, ensuring memory and performance improvements are utilized.

A new MasterControl.autocompile boolean would control this, defaulting to false of course