Bug 1336 - New property to default disable picking and collision testing
Summary: New property to default disable picking and collision testing
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-01 21:48 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-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