Preparing search index...
The search index is not available
mdv
mdv
webgl/HeatmapContourExtension
TriangleLayerContours
Class TriangleLayerContours
Hierarchy
default
<
_TriangleLayerProps
&
ExtraContourProps
>
TriangleLayerContours
Index
Constructors
constructor
Properties
state
layer
Name
Methods
_get
Model
draw
get
Shaders
initialize
State
Constructors
constructor
new
TriangleLayerContours
(
...
propObjects
:
Partial
<
_TriangleLayerProps
&
ExtraContourProps
&
Required
<
LayerProps
>
,
>
[]
,
)
:
TriangleLayerContours
Parameters
...
propObjects
:
Partial
<
_TriangleLayerProps
&
ExtraContourProps
&
Required
<
LayerProps
>
>
[]
Returns
TriangleLayerContours
Properties
state
state
:
{
model
:
Model
;
positions
:
Buffer
;
texCoords
:
Buffer
}
Static
layer
Name
layerName
:
string
= 'TriangleLayerContours'
Methods
_get
Model
_getModel
(
device
:
Device
)
:
Model
Parameters
device
:
Device
Returns
Model
draw
draw
(
__namedParameters
:
{
uniforms
:
any
}
)
:
void
Parameters
__namedParameters
:
{
uniforms
:
any
}
Returns
void
get
Shaders
getShaders
()
:
{
fs
:
string
;
modules
:
ShaderModule
[]
;
vs
:
string
}
Returns
{
fs
:
string
;
modules
:
ShaderModule
[]
;
vs
:
string
}
initialize
State
initializeState
(
__namedParameters
:
LayerContext
)
:
void
Called once to set up the initial state. Layers can create WebGL resources here.
Parameters
__namedParameters
:
LayerContext
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
state
layer
Name
Methods
_get
Model
draw
get
Shaders
initialize
State
mdv
Loading...
Called once to set up the initial state. Layers can create WebGL resources here.