Class to manage movement of data from a solver to a given target. More...
#include <btSoftBodySolver_DX11.h>
Public Member Functions | |
btSoftBodySolverOutputDXtoCPU () | |
virtual void | copySoftBodyToVertexBuffer (const btSoftBody *const softBody, btVertexBufferDescriptor *vertexBuffer) |
Output current computed vertex data to the vertex buffers for all cloths in the solver. |
Class to manage movement of data from a solver to a given target.
This version is the DX to CPU version.
Definition at line 629 of file btSoftBodySolver_DX11.h.
btSoftBodySolverOutputDXtoCPU::btSoftBodySolverOutputDXtoCPU | ( | ) | [inline] |
Definition at line 634 of file btSoftBodySolver_DX11.h.
void btSoftBodySolverOutputDXtoCPU::copySoftBodyToVertexBuffer | ( | const btSoftBody *const | softBody, | |
btVertexBufferDescriptor * | vertexBuffer | |||
) | [virtual] |
Output current computed vertex data to the vertex buffers for all cloths in the solver.
Implements btSoftBodySolverOutput.
Reimplemented in btSoftBodySolverOutputDXtoDX.
Definition at line 1808 of file btSoftBodySolver_DX11.cpp.