Bullet Collision Detection & Physics Library
|
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. More... | |
Public Member Functions inherited from btSoftBodySolverOutput | |
btSoftBodySolverOutput () | |
virtual | ~btSoftBodySolverOutput () |
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.
|
inline |
Definition at line 634 of file btSoftBodySolver_DX11.h.
|
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.