C# Class CSharpGL.ClipPlaneState

specify a plane against which all geometry is clipped.

you can't use glClipPlane and vertex programs together.

Inheritance: EnableState
Afficher le fichier Open project: bitzhuwei/CSharpGL

Private Properties

Свойство Type Description
ClipPlaneState System.ComponentModel
Init void

Méthodes publiques

Méthode Description
ClipPlaneState ( bool enableCapacity ) : System.ComponentModel

specify a plane against which all geometry is clipped.

ClipPlaneState ( uint planeIndex, double equation ) : System.ComponentModel

specify a plane against which all geometry is clipped.

ClipPlaneState ( uint planeIndex, double equation, bool enableCapacity ) : System.ComponentModel

specify a plane against which all geometry is clipped.

ToString ( ) : string

Méthodes protégées

Méthode Description
StateOn ( ) : void

Private Methods

Méthode Description
ClipPlaneState ( ) : System.ComponentModel
Init ( uint planeIndex, double equation ) : void

Method Details

ClipPlaneState() public méthode

specify a plane against which all geometry is clipped.
public ClipPlaneState ( bool enableCapacity ) : System.ComponentModel
enableCapacity bool Enable() or Disable() this capacity?
Résultat System.ComponentModel

ClipPlaneState() public méthode

specify a plane against which all geometry is clipped.
public ClipPlaneState ( uint planeIndex, double equation ) : System.ComponentModel
planeIndex uint Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES -1 , are accepted. /// Just put in 0, 1, ... GL_MAX_CLIP_PLANES -1./// ///
equation double Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation.
Résultat System.ComponentModel

ClipPlaneState() public méthode

specify a plane against which all geometry is clipped.
public ClipPlaneState ( uint planeIndex, double equation, bool enableCapacity ) : System.ComponentModel
planeIndex uint Specifies which clipping plane is being positioned. Symbolic names of the form GL_CLIP_PLANEi, where i is an integer between 0 and GL_MAX_CLIP_PLANES -1 , are accepted. /// Just put in 0, 1, ... GL_MAX_CLIP_PLANES -1./// ///
equation double Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation.
enableCapacity bool Enable() or Disable() this capacity?
Résultat System.ComponentModel

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string