Search
Mesh3D Constructor
See Also
 






Initializes a new instance of the Mesh3D class.

Namespace: MindFusion.Charting.ThreeD
File: Mesh3D.js

 Syntax

JavaScript  Copy Code

function Mesh3D (facePoints, brush, [normals])

 Parameters

facePoints

Lists of points defining mesh faces.

brush

The Brush used to paint this mesh.

normals
Optional.

An array with the normal vectors in each vertex.

 See Also