[name]

Projects points between spaces.

Constructor

[name]()

Creates a new projector Object. It initializes a lot of variables that the projector uses to project the points.

Properties

Methods

.pickingRay( [page:Vector3 vector], [page:Camera camera] ) [page:Raycaster]

Translates a 2D point from NDC (Normalized Device Coordinates) to a [page:Raycaster] that can be used for picking. NDC range from [-1..1] in x (left to right) and [1.0 .. -1.0] in y (top to bottom).

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]