35 #ifndef _CompoundCollisionShape_H__ 36 #define _CompoundCollisionShape_H__ 72 virtual void changedScale()
override;
75 void updatePublicShape();
77 { assert(
false);
return nullptr; }
virtual btCollisionShape * createNewShape() const override
Create a new bullet collision shape depending on the internal parameters of the specific CollisionSha...
Definition: CompoundCollisionShape.h:76
btCompoundShape * compoundShape_
Definition: CompoundCollisionShape.h:79
xmlelement
Definition: Super.h:519
Wrapper for the bullet compound collision shape class btCompoundShape.
Definition: CompoundCollisionShape.h:57
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
Shared library macros, enums, constants and forward declarations for the orxonox library ...
Definition of the CollisionShape class.
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
std::map< CollisionShape *, btCollisionShape * > attachedShapes_
Definition: CompoundCollisionShape.h:80
Wrapper for bullet collision shape class btCollisionShape.
Definition: CollisionShape.h:57