Class OrigamiViewerParams
Constructors
OrigamiViewerParams(HTMLElement, I3DViewerParams, () => void)
Declaration
new OrigamiViewerParams(container: HTMLElement, params: I3DViewerParams, onLoadCallback?: () => void)
Parameters
Type |
Name |
Description |
HTMLElement |
container |
|
I3DViewerParams |
params |
|
() => void |
onLoadCallback |
|
Properties
aspectRatio
Declaration
Property Value
axesHelperEnabled
Declaration
axesHelperEnabled: boolean = false
Property Value
backgroundColor
Declaration
Property Value
camera
Declaration
Property Value
Type |
Description |
Partial<Object> |
camera settings
|
container
Declaration
Property Value
Type |
Description |
HTMLElement |
|
distance
Declaration
Property Value
elements
Declaration
Property Value
fullSceneLoad
Declaration
Property Value
items
Declaration
Property Value
modelType
Declaration
Property Value
onLoadCallback
Declaration
onLoadCallback: () => void
Property Value
Type |
Description |
() => void |
|
orbitsControl
Declaration
orbitsControl: [key: string]: function
Property Value
Type |
Description |
[key: string]: function |
|
orbitsControlEnabled
Declaration
orbitsControlEnabled: boolean = true
Property Value
pauseAtEnd
Declaration
Property Value
preloader
Declaration
preloader: boolean = true
Property Value