API / geotoolkit3d / scene / well / logarray / LogArray / LogArray
Namespaces
Type Aliases
Ƭ Options: Options & OptionsBase & Options
Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut
Ƭ ShaderOptions: Partial<ShaderOptionsOut>
Ƭ ShaderOptionsOut: Object
| Name | Type | Description |
|---|---|---|
logarraymax | number | The max value of all log array values (for normalization). |
logarraymin | number | The min value of all log array values (for normalization). |
logarraynullvalue | number | The null value for log array values. |
radiusdelta | number | The delta radius for all points (all points are between "radiusmin" and "radiusmin + radiusdelta"). |
radiusmin | number | The min radius for all points (the distance between all points and trajectory is bigger than this value). |
referencemode | ReferenceMode | The reference mode to determine the sector 0 orientation. |
valuesnullvalue | number | The null value for color values. |