C# 클래스 CSharpGL.ClipPlaneState

specify a plane against which all geometry is clipped.

you can't use glClipPlane and vertex programs together.

상속: EnableState
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

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