Queries are a simple mechanism that allows the user to perform several operations in a contained way.
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 resultsProject
: Projects a world point onto the screen. Result is in NDCUnproject
: Unprojects an NDC point into a world pointProject
: Projects a world point onto the screen. Result is in NDCUnproject
: Unprojects an NDC point into a world point