Interface IBoneSkinPreComputehBufferModel
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public interface IBoneSkinPreComputehBufferModel
Properties
CanPreCompute
bool CanPreCompute { get; }
Property Value
Methods
BindSkinnedVertexBufferToOutput(DeviceContextProxy)
Binds the skinned vertex buffer to output.
void BindSkinnedVertexBufferToOutput(DeviceContextProxy context)
Parameters
contextDeviceContextProxyThe context.
CopySkinnedToArray(DeviceContextProxy, Vector3[])
Copies the skinned to array.
int CopySkinnedToArray(DeviceContextProxy context, Vector3[] array)
Parameters
contextDeviceContextProxyThe context.
arrayVector3[]The array.
Returns
ResetSkinnedVertexBuffer(DeviceContextProxy)
Resets the skinned vertex buffer.
void ResetSkinnedVertexBuffer(DeviceContextProxy context)
Parameters
contextDeviceContextProxyThe context.
UnBindSkinnedVertexBufferToOutput(DeviceContextProxy)
Uns the bind skinned vertex buffer to output.
void UnBindSkinnedVertexBufferToOutput(DeviceContextProxy context)
Parameters
contextDeviceContextProxyThe context.