Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
GLTFCamera
Interface GLTFCamera
interface
GLTFCamera
{
aspectRatio
?:
number
;
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
extras
?:
JsonValue
;
name
?:
string
;
orthographic
?:
GLTFOrthographicCamera
;
perspective
?:
GLTFPerspectiveCamera
;
type
:
"perspective"
|
"orthographic"
;
}
Hierarchy (
View Summary
)
GLTFProperty
GLTFCamera
Index
Properties
aspect
Ratio?
extensions?
extras?
name?
orthographic?
perspective?
type
Properties
Optional
aspect
Ratio
aspectRatio
?:
number
glTF 1.0 stored aspectRatio beside the perspective object.
Optional
extensions
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
extras
extras
?:
JsonValue
Optional
name
name
?:
string
Optional
orthographic
orthographic
?:
GLTFOrthographicCamera
Optional
perspective
perspective
?:
GLTFPerspectiveCamera
type
type
:
"perspective"
|
"orthographic"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aspect
Ratio
extensions
extras
name
orthographic
perspective
type
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...
glTF 1.0 stored aspectRatio beside the perspective object.