C# Class NewTOAPIA.GL.GLDepthBuffer

Inheritance: GLBuffer
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GLDepthBuffer ( GraphicsInterface gi )
SetDepth ( double aDepth ) : void

Method Details

GLDepthBuffer() public method

public GLDepthBuffer ( GraphicsInterface gi )
gi GraphicsInterface

SetDepth() public method

public SetDepth ( double aDepth ) : void
aDepth double
return void