CannonCastRay Op
This op is deprecated!
It will not receive any updatescast a ray and test intersection with physics bodies
Summary (oneliner)
Cast Ray allows you to pick 3d objects that are defined in your physics world (Ops.Physics.World).
One use case may be a 3D menu, where your buttons are cube meshes with physics cubes (Ops.Physics.Body.PhysicsCube_v2) placed in the same exact location. With Cast Ray placed in your physics world, you will be able to test when a mouse cursor intersects with one of the cubes, allowing you to use the cube as a button.
When using a Mouse OP with CastRay to pick your physics objects, make sure to directly plug in your Mouse op X/Y into the CastRay op and turn on Normalize in the Mouse OP.
- Ops.Extension.CannonJs.Deprecated.CannonCastRay
- Extension Op - Visible to all users
- MIT
- cannonjs (physics library)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Trigger in
Position of the ray on the X axis 0.0 is the center of the screen
Position of the ray on the Y axis 0.0 is the center of the screen
Position of the ray on the Z axis 0.0 is the center of the screen
OUTPUT PORTS
Trigger out
if the ray intersects/hits a physics body then 1 is output
Intersection position in world space on the X axis
Intersection position in world space on the Y axis
Intersection position in world space on the Z axis
which normal was picked on the object on X axis (-1,0,1)
which normal was picked on the object on Y axis (-1,0,1)
which normal was picked on the object on Z axis (-1,0,1)
object containing all parameter information and some extras, inspect to see which ones are available to parse out
location of picked physics body on X axis
location of picked physics body on Y axis
location of picked physics body on Z axis
name and number of picked object - Name is set in a physics body operator and the number is assigned after it with a ".#" format
Patches using CannonCastRay
Changelog
created op | pandur - 2019-02-12 05:59 | |
Ops.Exp.Gl.Physics.CastRay renamed to Ops.Physics.CastRay | pandur - 2020-07-30 09:17 | |
Ops.Physics.CastRay renamed to Ops.Physics.Cannon.CannonCastRay | pandur - 2022-06-07 09:12 | |
Ops.Physics.Cannon.CannonCastRay renamed to Ops.Deprecated.Physics.Cannon.CannonCastRay | pandur - 2022-12-14 09:47 | |
deprecation | op Ops.Extension.CannonJs.CannonCastRay was deprecated | pandur - 2024-10-21 13:46 |