visualization-tools

Home > @visualization-tools/core > IGlAttribute > reset

IGlAttribute.reset() method

Reset the state of this attribute. If OES_vertex_array_object is enabled or the context is webgl2 this is a no-op. Called after update as part of the update strategy. Does not affect buffer state.

Signature:

reset(componentRenderer: TGlBasicComponentRenderer): void;

Parameters

Parameter Type Description
componentRenderer TGlBasicComponentRenderer  

Returns:

void