Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
RayCamera
Interface RayCamera
interface
RayCamera
{
far
?:
number
|
null
;
isOrthographicCamera
?:
boolean
;
isPerspectiveCamera
?:
boolean
;
near
?:
number
;
worldMatrix
:
Matrix4
;
unprojectVector
(
vector
:
Vector3
,
width
:
number
,
height
:
number
)
:
Vector3
;
}
Index
Properties
far?
is
Orthographic
Camera?
is
Perspective
Camera?
near?
world
Matrix
Methods
unproject
Vector
Properties
Optional
far
far
?:
number
|
null
Optional
is
Orthographic
Camera
isOrthographicCamera
?:
boolean
Optional
is
Perspective
Camera
isPerspectiveCamera
?:
boolean
Optional
near
near
?:
number
world
Matrix
worldMatrix
:
Matrix4
Methods
unproject
Vector
unprojectVector
(
vector
:
Vector3
,
width
:
number
,
height
:
number
)
:
Vector3
Parameters
vector
:
Vector3
width
:
number
height
:
number
Returns
Vector3
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
far
is
Orthographic
Camera
is
Perspective
Camera
near
world
Matrix
Methods
unproject
Vector
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...