Bug 1336

Summary: New property to default disable picking and collision testing
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-01 21:48:44 CET
The compile performacne of Java3D is severely restricted by having
isPickable and isCollidable true by default on Node/NodeRetained

I will add support in Master control for these 2 new properties
j3d.defaultNodePickable = false 
j3d.defaultNodeCollidable = false 
 

If a user uses these settings they will get an improved speed and memory usage:
j3d.defaultReadCapabilities = false 
j3d.defaultNodePickable = false 
j3d.defaultNodeCollidable = false