forked from BanTheRewind/Cinder-Bullet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
50 lines (41 loc) · 1.54 KB
/
Copy pathREADME
File metadata and controls
50 lines (41 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
DOWNLOAD AT YOUR OWN RISK. This repo is being used as a backup for
a work in progress.
This block wraps the Bullet 3D physics engine for Cinder.
It has a lot of features but there is a lot to go. The goal
of this block is to provide an interface to Bullet without
overly wrapping it. The heavy lifting, such as world
initialization, creating and managing VBOs to represent bodies,
memory management, and interaction is done for you. From there,
you just use Bullet directly.
BUGS
- Cylinder VBO is not aligned with its Bullet body on the Y axis
- Cone normals / tex coords needs to be fixed
- Concave mesh body isn't scaling on Y axis
- Crash on exit
TO DO LIST
- Implement btStaticPlaneShape
- Soft body convenience methods
- Screen -> dynamics world interaction
- Investigate if separate object is needed for bullets
- Static lib
- XCode static lib
- Samples
- Rigid primitive
- Rigid mesh
- Dynamic rigid mesh (camera terrain: how to extend an existing body)
- GPU dynamic terrain (Bullet + GLSL: how to use a shader to update VBO)
- Torus (how to create a custom body by extending CollisionObject)
- Multisphere (how to implement Bullet shapes not supported by the block)
- Soft body (interacts with rigid)
- Soft body mesh from OBJ
- Interaction / apply force
- Ragdoll (springs, collision callback)
- Multiple worlds
- Vehicle
- Bullets / fracture
More about Bullet here:
http://bulletphysics.org/wordpress/
-----------------------------------------
http://www.bantherewind.com
http://www.libcinder.org
bantherewind@gmail.com