WasmGPU - v0.4.0
Preparing search index...
Camera
Class Camera
Abstract
Hierarchy (
View Summary
)
Camera
PerspectiveCamera
OrthographicCamera
Index
Constructors
constructor
Properties
_
projection
Dirty
_
projection
Matrix
_
view
Matrix
_
view
Projection
Matrix
transform
type
Accessors
position
view
Matrix
view
Projection
Matrix
Methods
get
Projection
Matrix
look
At
mark
Projection
Dirty
Constructors
constructor
new
Camera
(
type
:
CameraType
)
:
Camera
Parameters
type
:
CameraType
Returns
Camera
Properties
Protected
_
projection
Dirty
_projectionDirty
:
boolean
= true
Protected
_
projection
Matrix
_projectionMatrix
:
number
[]
|
null
= null
Protected
_
view
Matrix
_viewMatrix
:
number
[]
|
null
= null
Protected
_
view
Projection
Matrix
_viewProjectionMatrix
:
number
[]
|
null
= null
Readonly
transform
transform
:
Transform
Readonly
type
type
:
CameraType
Accessors
position
get
position
()
:
number
[]
Returns
number
[]
view
Matrix
get
viewMatrix
()
:
number
[]
Returns
number
[]
view
Projection
Matrix
get
viewProjectionMatrix
()
:
number
[]
Returns
number
[]
Methods
Abstract
get
Projection
Matrix
getProjectionMatrix
()
:
number
[]
Returns
number
[]
look
At
lookAt
(
x
:
number
,
y
:
number
,
z
:
number
)
:
this
Parameters
x
:
number
y
:
number
z
:
number
Returns
this
lookAt
(
target
:
number
[]
)
:
this
Parameters
target
:
number
[]
Returns
this
Protected
mark
Projection
Dirty
markProjectionDirty
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
projection
Dirty
_
projection
Matrix
_
view
Matrix
_
view
Projection
Matrix
transform
type
Accessors
position
view
Matrix
view
Projection
Matrix
Methods
get
Projection
Matrix
look
At
mark
Projection
Dirty
Source code
Examples (ESM)
Examples (IIFE)
WasmGPU - v0.4.0
Loading...