35 #ifndef _SphereCollisionShape_H__ 36 #define _SphereCollisionShape_H__ 68 {
if(this->radius_ == radius)
return false; this->radius_ = radius; updateShape();
return true; }
74 {
return this->radius_; }
76 virtual void changedScale();
79 void registerVariables();
81 btCollisionShape* createNewShape()
const;
#define _ObjectsExport
Definition: ObjectsPrereqs.h:60
float radius_
The radius of the SphereCollisionShape.
Definition: SphereCollisionShape.h:83
Wrapper for the bullet sphere collision shape class btSphereShape.
Definition: SphereCollisionShape.h:54
xmlelement
Definition: Super.h:519
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
bool setRadius(float radius)
Set the radius of the SphereCollisionShape.
Definition: SphereCollisionShape.h:67
Definition of the CollisionShape class.
Shared library macros, enums, constants and forward declarations for the objects module ...
Wrapper for bullet collision shape class btCollisionShape.
Definition: CollisionShape.h:57
float getRadius() const
Get the radius of the SphereCollisionShape.
Definition: SphereCollisionShape.h:73