~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to extern/bullet2/src/BulletCollision/CollisionShapes/btConcaveShape.h

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#define CONCAVE_SHAPE_H
18
18
 
19
19
#include "btCollisionShape.h"
20
 
#include "../BroadphaseCollision/btBroadphaseProxy.h" // for the types
 
20
#include "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" // for the types
21
21
#include "btTriangleCallback.h"
22
22
 
23
23
 
24
 
///Concave shape proves an interface concave shapes that can produce triangles that overlapping a given AABB.
25
 
///Static triangle mesh, infinite plane, height field/landscapes are example that implement this interface.
 
24
///The btConcaveShape class provides an interface for non-moving (static) concave shapes.
 
25
///It has been implemented by the btStaticPlaneShape, btBvhTriangleMeshShape and btHeightfieldTerrainShape.
26
26
class btConcaveShape : public btCollisionShape
27
27
{
28
28
protected: