Class Index | File Index

Classes


Class JSC3D.PickInfo

PickInfo PickInfo is used as the return value of {JSC3D.Viewer}'s pick() method, holding picking result on a given position on the canvas.
Defined in: jsc3d.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
X coordinate on canvas.
 
Y coordinate on canvas.
 
The depth value.
 
Mesh picked on current position or null if none.
Class Detail
JSC3D.PickInfo()
Field Detail
canvasX
X coordinate on canvas.

canvasY
Y coordinate on canvas.

depth
The depth value.

mesh
Mesh picked on current position or null if none.

Documentation generated by JsDoc Toolkit 2.1.0 on Thu Nov 20 2014 00:20:57 GMT+0800 (CST)