Ignore:
Timestamp:
08/05/10 12:41:47 (22 months ago)
Author:
wschwan
Message:

added option to NOT set the creator of the TargetHolder?. The default behavior is as before so no changed to existing applications should be nessesary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-tools/include/avango/tools/PickSelector.h

    r13 r504  
    127127 
    128128      /** 
     129           * If true, the creator of the TargetHolder will be set. This is the default. 
     130           */ 
     131          SFBool SetCreator; 
     132 
     133      /** 
    129134       * To disable picking for specific nodes, add a SFUInt field called "PickMask" 
    130135       * to the node. The picking is disabled, if the bitwise AND of it with the 
Note: See TracChangeset for help on using the changeset viewer.