Class: SphereSelectionWidget
Extra-Helpers.SphereSelectionWidget
Hierarchy
↳
SphereSelectionWidget
Properties
assetType
• assetType: "widget"
Inherited from
modelObject
• modelObject: SphereSelectionWidget
Internal three.js Object3D instance (like Mesh, Group, etc)
Inherited from
setDirty
• Optional
setDirty: (options?
: AnyOptions
) => void
Type declaration
▸ (options?
): void
Parameters
Name | Type |
---|---|
options? | AnyOptions |
Returns
void
Inherited from
boundingScaleMultiplier
• boundingScaleMultiplier: number
= 1.2
Overrides
SelectionWidget.boundingScaleMultiplier
_stablePoses
• Optional
_stablePoses: { distance
: number
; faceNormal
: Vector3
; area
: number
; face
: Face
; maxEdgeLength
: number
; xform
: Matrix4
; edgePoint
: Vector3
}[]
Inherited from
_poseIndex
• Optional
_poseIndex: number
Inherited from
_originalXform
• Optional
_originalXform: Matrix4
Inherited from
SelectionWidget._originalXform
_geometry
• Protected
Optional
_geometry: BufferGeometry
<NormalBufferAttributes
, BufferGeometryEventMap
>
Inherited from
Methods
setVisible
▸ setVisible(v
): void
Parameters
Name | Type |
---|---|
v | boolean |
Returns
void
Inherited from
attach
▸ attach(object
): SphereSelectionWidget
Parameters
Name | Type |
---|---|
object | Object3D <Object3DEventMap > |
Returns
Inherited from
detach
▸ detach(): SphereSelectionWidget
Returns
Inherited from
_updater
▸ Protected
_updater(): void
Returns
void
Inherited from
_initGeometry
▸ Protected
_initGeometry(g
): void
Parameters
Name | Type |
---|---|
g | BufferGeometry <NormalBufferAttributes , BufferGeometryEventMap > |
Returns
void
Inherited from
Accessors
object
• get
object(): null
| Object3D
<Object3DEventMap
>
Returns
null
| Object3D
<Object3DEventMap
>
Inherited from
SelectionWidget.object
Constructors
constructor
• new SphereSelectionWidget()