ILNumerics Ultimate VS

OGLPoints Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingOGLShape
    ILNumerics.DrawingOGLPoints

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public class OGLPoints : OGLShape

The OGLPoints type exposes the following members.

Properties

  NameDescription
Public propertyFlatProgram (Inherited from OGLShape.)
Public propertyPickVAO (Inherited from OGLShape.)
Public propertyProgram (Inherited from OGLShape.)
Public propertyShape (Inherited from OGLShape.)
Public propertySmoothShading (Inherited from OGLShape.)
Public propertyVAO (Inherited from OGLShape.)
Top
Methods

  NameDescription
Public methodDelete
Delete all resources from this OGLShape - except the GL buffers (which might be shared with other shapes)

[ILNumerics Visualization Engine]

(Inherited from OGLShape.)
Public methodDraw (Inherited from OGLShape.)
Public methodGetShaderNames (Inherited from OGLShape.)
Protected methodPostRender (Overrides OGLShapePostRender.)
Protected methodPreRender (Overrides OGLShapePreRender.)
Public methodRecreate (Inherited from OGLShape.)
Top
Fields

  NameDescription
Protected fieldm_colors (Inherited from OGLShape.)
Protected fieldm_indices (Inherited from OGLShape.)
Protected fieldm_indicesSorted (Inherited from OGLShape.)
Protected fieldm_normals (Inherited from OGLShape.)
Protected fieldm_positions (Inherited from OGLShape.)
Top
See Also

Reference