Constructor
new IsotropicRegion(source, parametersopt)
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
source |
IsotropicRegionSource | Reference Isotropic Region. | |||||||||||||||||||||
parameters |
Object |
<optional> |
Optional parameters
Properties
|
Properties:
Name | Type | Description |
---|---|---|
mesh |
THREE.Mesh | Mesh containing the Isotropic Region sphere. Ready for scene .add. |
source |
IsotropicRegionSource | Reference to source isotropic region object. |
color |
THREE.Color | Color of the sphere. |
widthSegments |
Number | Amount of width segments to feature in the sphere mesh. |
heightSegments |
Number | Amount of height segments to feature in the sphere mesh. |
- Source:
Methods
(static) refresh()
Updates sphere position and radius from self properties. Must be fired when those change.
- Source: