unprojectPoint
unprojectPoint(result, input, projection_matrix_inverse, world_matrix)
Kind: global function
| Param | Type | Description |
|---|---|---|
| result | Vector3 | |
| input | Vector3 | |
| projection_matrix_inverse | Array.<number> | inverse of projection matrix |
| world_matrix | Array.<number> | world transform |