9 lines
355 B
Markdown
9 lines
355 B
Markdown
|
|
Example on physics-based picking.
|
||
|
|
Object to be picked is required to have rigid body enabled.
|
||
|
|
Click on a cube to make it jump.
|
||
|
|
Select Camera object, go to `Properties - Object - Leenkx Traits` and enable one of the traits you wish to test:
|
||
|
|
- PickTrait - using scripting
|
||
|
|
- PickEvent - using scripting with mouse event
|
||
|
|
- PickTree - using logic nodes
|
||
|
|
|