Bullet Collision Detection & Physics Library
|
#include "../PlatformDefinitions.h"
#include "LinearMath/btScalar.h"
#include "LinearMath/btVector3.h"
#include "LinearMath/btMatrix3x3.h"
#include "LinearMath/btAlignedAllocator.h"
Go to the source code of this file.
Classes | |
struct | SpuSampleTaskDesc |
Enumerations | |
enum | { CMD_SAMPLE_INTEGRATE_BODIES = 1, CMD_SAMPLE_PREDICT_MOTION_BODIES } |
Functions | |
void | processSampleTask (void *userPtr, void *lsMemory) |
void * | createSampleLocalStoreMemory () |
anonymous enum |
Enumerator | |
---|---|
CMD_SAMPLE_INTEGRATE_BODIES | |
CMD_SAMPLE_PREDICT_MOTION_BODIES |
Definition at line 27 of file SpuSampleTask.h.
void* createSampleLocalStoreMemory | ( | ) |
Definition at line 209 of file SpuSampleTask.cpp.
void processSampleTask | ( | void * | userPtr, |
void * | lsMemory | ||
) |