- Project a point
- Unproject a point
- Intersection test
- Occlusion test
Typedefs
IntersectionQuery
- point: The point to test for intersections
- optional tolerance: Tolerance for intersection
- operation: The query operation type
Occlusion
: Test if a point in the scene is being occluded by the scene’s geometryPick
: Cast a camer ray to the specified point and return all intersection results
Pick filter from ObjectPickConfiguration do not apply here!
IntersectionQueryResult
- guid: The id of the object
- optional object: The raw data of the intersected object
- point: The point of intersection
PointQuery
- point: The point to run the operation on
- operation: The operation type
Project
: Projects a world point onto the screen. Result is in NDCUnproject
: Unprojects an NDC point into a world point
PointQuery
- point: The point to run the operation on
- operation: The operation type
Project
: Projects a world point onto the screen. Result is in NDCUnproject
: Unprojects an NDC point into a world point
PointQueryResult
PointQueryResult
- optional id: Currently unused
- operation: The operation type