MindFusion.Charting for JavaScript Programmer's Guide
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

Type: List>
Lists of points defining mesh faces.

brush

Type: Brush
The Brush used to paint this mesh.

normals
Optional.

Type: Array>
An array with the normal vectors in each vertex.

 See Also

Mesh3D Class
MindFusion.Charting.ThreeD Namespace