Internal: Component constructor
type of the component. Ex. "TransformComponent"
Owning entity. Entity only passed when wrapping existing entity.
Color map used to colorize values from the dataset.
Underlying 2D scalar dataset.
Offset of grid lines relative to surface.
Enable rendering of grid lines.
Height of maximum value.
Enable iso-line rendering.
Distance between consecutive iso-lines, set to NaN to use default value.
Value of zero'th iso-line, set to NaN to use current minimum value.
Internal flag set if component is a Cogs Core component.
Explicitly set maximum value, set to NaN to use dataset's maximum value.
Explicitly set minimum value, set to NaN to use dataset's minimum value.
Specify how the texture coordinates of the points in the mesh are computed.
Grid line separation along x axis.
Grid line separation along y axis.
Gets the optional owning entity
Component name == type. For compatibility
Gets the type of the component. Ex. "TransformComponent", "SceneComponent" etc.
Static
createInternal: Creates a new component of the given type (name). Component is wrapped when adding to an entity.
Type of the component. Ex. "TransformComponent"
Created Cogs.js component.
Static
wrap
Holds a regular 2D grid of sampled scalar values.