add CpuSoftBodyDemo (empty placeholder)
This commit is contained in:
21
Demos3/CpuDemos/deformable/CpuSoftBodyDemoInternalData.h
Normal file
21
Demos3/CpuDemos/deformable/CpuSoftBodyDemoInternalData.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef GPU_SOFTBODY_INTERNAL_DATA_H
|
||||
#define GPU_SOFTBODY_INTERNAL_DATA_H
|
||||
|
||||
//#include "Bullet3OpenCL/Initialize/b3OpenCLUtils.h"
|
||||
|
||||
#include "Bullet3Common/b3Vector3.h"
|
||||
|
||||
struct CpuSoftBodyDemoInternalData
|
||||
{
|
||||
int m_clothShapeIndex;
|
||||
float* m_clothVertices;
|
||||
|
||||
CpuSoftBodyDemoInternalData()
|
||||
: m_clothShapeIndex(-1),
|
||||
m_clothVertices(0)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
#endif//GPU_SOFTBODY_INTERNAL_DATA_H
|
||||
|
||||
Reference in New Issue
Block a user