C# Класс CSharpGL.ClipPlaneState

specify a plane against which all geometry is clipped.

you can't use glClipPlane and vertex programs together.

Наследование: EnableState
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ClipPlaneState System.ComponentModel
Init void

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
StateOn ( ) : void

Приватные методы

Метод Описание
ClipPlaneState ( ) : System.ComponentModel
Init ( uint planeIndex, double equation ) : void

Описание методов

ClipPlaneState() публичный Метод

specify a plane against which all geometry is clipped.
public ClipPlaneState ( bool enableCapacity ) : System.ComponentModel
enableCapacity bool Enable() or Disable() this capacity?
Результат System.ComponentModel

ClipPlaneState() публичный Метод

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.
Результат System.ComponentModel

ClipPlaneState() публичный Метод

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?
Результат System.ComponentModel

StateOn() защищенный Метод

protected StateOn ( ) : void
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string