vrsode/src/CapsuleShape.cpp

Go to the documentation of this file.
00001 
00002 #include "CapsuleShape.h"
00003 
00004 namespace vrsode
00005 {
00006 
00007 CapsuleShape::CapsuleShape()
00008 {
00009     setCollisionShape(CS_Capsule);
00010 
00011 }
00012 
00013 CapsuleShape::~CapsuleShape()
00014 {
00015 
00016 }
00017 
00018 void
00019 CapsuleShape::createGeometry()
00020 {
00021 
00022 }
00023 
00024 void
00025 CapsuleShape::createDebugNode()
00026 {
00027     if(!debugNodeActive())
00028         return;
00029 
00030 }
00031 
00032 }
00033 

Generated on Fri May 11 21:01:58 2007 for Random Racer by  doxygen 1.5.1