Table of Contents

Interface IBoneSkinPreComputehBufferModel

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public interface IBoneSkinPreComputehBufferModel

Properties

CanPreCompute

bool CanPreCompute { get; }

Property Value

bool

Methods

BindSkinnedVertexBufferToOutput(DeviceContextProxy)

Binds the skinned vertex buffer to output.

void BindSkinnedVertexBufferToOutput(DeviceContextProxy context)

Parameters

context DeviceContextProxy

The context.

CopySkinnedToArray(DeviceContextProxy, Vector3[])

Copies the skinned to array.

int CopySkinnedToArray(DeviceContextProxy context, Vector3[] array)

Parameters

context DeviceContextProxy

The context.

array Vector3[]

The array.

Returns

int

ResetSkinnedVertexBuffer(DeviceContextProxy)

Resets the skinned vertex buffer.

void ResetSkinnedVertexBuffer(DeviceContextProxy context)

Parameters

context DeviceContextProxy

The context.

UnBindSkinnedVertexBufferToOutput(DeviceContextProxy)

Uns the bind skinned vertex buffer to output.

void UnBindSkinnedVertexBufferToOutput(DeviceContextProxy context)

Parameters

context DeviceContextProxy

The context.