Bug 1343 - New property j3d.autocompile
Summary: New property j3d.autocompile
Status: UNCONFIRMED
Alias: None
Product: Java3D
Classification: General
Component: core (show other bugs)
Version: tbd
Hardware: All all
: P4 normal
Assignee: Phil Jordan
URL:
Depends on:
Blocks:
 
Reported: 2016-11-05 07:04 CET by Phil Jordan
Modified: 2020-02-02 02:35 CET (History)
1 user (show)

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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