C# Class McKineap.Models.Model3D.Model

Datei anzeigen Open project: loic-lavergne/mckineap Class Usage Examples

Public Methods

Method Description
AddMesh ( ModelMesh &mesh ) : void
Dispose ( ) : void
Model ( ) : SharpDX
Render ( DeviceContext context ) : void
SetAABox ( System.Vector3 min, System.Vector3 max ) : void
SetInputLayout ( SharpDX.Direct3D11.Device device, SharpDX.D3DCompiler.ShaderSignature inputSignature ) : void

Method Details

AddMesh() public method

public AddMesh ( ModelMesh &mesh ) : void
mesh ModelMesh
return void

Dispose() public method

public Dispose ( ) : void
return void

Model() public method

public Model ( ) : SharpDX
return SharpDX

Render() public method

public Render ( DeviceContext context ) : void
context DeviceContext
return void

SetAABox() public method

public SetAABox ( System.Vector3 min, System.Vector3 max ) : void
min System.Vector3
max System.Vector3
return void

SetInputLayout() public method

public SetInputLayout ( SharpDX.Direct3D11.Device device, SharpDX.D3DCompiler.ShaderSignature inputSignature ) : void
device SharpDX.Direct3D11.Device
inputSignature SharpDX.D3DCompiler.ShaderSignature
return void