meshColored

geo.webgl. meshColored

new meshColored(arg) → {geo.webgl.meshColored}

Description:
  • Create a new instance of meshColored.

Source:
Parameters:
Name Type Description
arg geo.meshColored.spec
Returns:
Type
geo.webgl.meshColored

Methods

actors() → {Array.<vgl.actor>}

Description:
  • List vgl actors.

Source:
Returns:

The list of actors.

Type
Array.<vgl.actor>

createGLMeshColored(mesh)

Description:
  • Create the colored mesh. The generated geometry is loaded into the various gl uniforms and buffers.

Source:
Parameters:
Name Type Description
mesh geo.meshFeature.meshColoredInfo

The mesh to draw.