This commit is contained in:
2026-05-06 17:52:45 -07:00
parent 9fc3f35125
commit 1463c23334
402 changed files with 3758 additions and 0 deletions

8
physics_pick/README.md Normal file
View File

@ -0,0 +1,8 @@
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