Release WebGL resources. Once called this object can no longer be used.
Returns visible triangles currently located at the specified points in the view
Points in canvas css coordinates
Returns visible triangles currently located within the given rectangular region of the view
The left side of the rectangle in css coordinates
The top side of the rectangle in css coordinates
The width of the rectangle in css pixels
The height of the rectangle in css pixels
Generated using TypeDoc
Client-side visible triangle picker. This class can be used to get triangles that are currently visible in the view, either within a specified rectangular region or at specified points.
Use RemoteModel.createTrianglePicker to create instances of this class.
It is the programmer's responsibility to call destroy on pickers that are no longer needed, in order to release resources.
Note that a RemoteModelTrianglePicker is only valid while the model is in the same state as when the picker was created. A new picker must be created whenever any display properties are changed on the model, such as current frame or draw style.