WebGLControl.getMesh

Syntax

getMesh(id_index: String || Number);

Parameters

id_index. Index or identifier of the surface.

Description

The getMesh method returns multifaceted object surface by index or identifier.

Example

The example of method use is given in description of the WebGLControl.renderMesh method.

See also:

WebGLControl