C# Class SceneViewerWPF.DxScene

Inheritance: IDisposable
Exibir arquivo Open project: kobush/ManagedOpenNI Class Usage Examples

Public Methods

Method Description
CrateKinectPointsRenderer ( KinectPointsRendererType rendererType ) : void
Dispose ( ) : void
DxScene ( ) : System
Render ( float gameTime, int width, int height ) : void

Private Methods

Method Description
BeginScene ( ) : void
DestroyD3D ( ) : void
EndScene ( ) : void
EnsureOutputBuffers ( ) : void
InitD3D ( ) : void

Method Details

CrateKinectPointsRenderer() public method

public CrateKinectPointsRenderer ( KinectPointsRendererType rendererType ) : void
rendererType KinectPointsRendererType
return void

Dispose() public method

public Dispose ( ) : void
return void

DxScene() public method

public DxScene ( ) : System
return System

Render() public method

public Render ( float gameTime, int width, int height ) : void
gameTime float
width int
height int
return void