This class represents a mesh

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
[SerializableAttribute]
public class Mesh : Model
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Mesh _
	Inherits Model
Visual C++
[SerializableAttribute]
public ref class Mesh : public Model

Inheritance Hierarchy

System..::.Object
  GLSV..::.Model
    GLSV..::.Mesh

See Also