Method | Description | |
---|---|---|
AddMesh ( |
||
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 |
public Render ( DeviceContext context ) : void | ||
context | DeviceContext | |
return | void |
public SetAABox ( System.Vector3 min, System.Vector3 max ) : void | ||
min | System.Vector3 | |
max | System.Vector3 | |
return | void |
public SetInputLayout ( SharpDX.Direct3D11.Device device, SharpDX.D3DCompiler.ShaderSignature inputSignature ) : void | ||
device | SharpDX.Direct3D11.Device | |
inputSignature | SharpDX.D3DCompiler.ShaderSignature | |
return | void |