<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>1336</bug_id>
          
          <creation_ts>2016-11-01 21:48:44 +0100</creation_ts>
          <short_desc>New property to default disable picking and collision testing</short_desc>
          <delta_ts>2020-02-02 02:35:41 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>General</classification>
          <product>Java3D</product>
          <component>core</component>
          <version>tbd</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>UNCONFIRMED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Phil Jordan">p.j.nz</reporter>
          <assigned_to name="Phil Jordan">p.j.nz</assigned_to>
          <cc>gouessej</cc>
          
          <cf_type>FEATURE</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>5982</commentid>
    <comment_count>0</comment_count>
    <who name="Phil Jordan">p.j.nz</who>
    <bug_when>2016-11-01 21:48:44 +0100</bug_when>
    <thetext>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</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>