From: <and...@us...> - 2007-10-18 04:48:26
|
Revision: 434 http://python-ogre.svn.sourceforge.net/python-ogre/?rev=434&view=rev Author: andy_miller Date: 2007-10-17 21:48:31 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Removed file/folder Removed Paths: ------------- trunk/python-ogre/ThirdParty/ogrebullet/Collisions/OgreBulletCollisionsShape.h~ Deleted: trunk/python-ogre/ThirdParty/ogrebullet/Collisions/OgreBulletCollisionsShape.h~ =================================================================== --- trunk/python-ogre/ThirdParty/ogrebullet/Collisions/OgreBulletCollisionsShape.h~ 2007-10-18 04:47:46 UTC (rev 433) +++ trunk/python-ogre/ThirdParty/ogrebullet/Collisions/OgreBulletCollisionsShape.h~ 2007-10-18 04:48:31 UTC (rev 434) @@ -1,57 +0,0 @@ -/*************************************************************************** - -This source file is part of OGREBULLET -(Object-oriented Graphics Rendering Engine Bullet Wrapper) -For the latest info, see http://www.ogre3d.org/phpBB2addons/viewforum.php?f=10 - -Copyright (c) 2007 tua...@gm... - - - -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. - -This program is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 59 Temple -Place - Suite 330, Boston, MA 02111-1307, USA, or go to -http://www.gnu.org/copyleft/lesser.txt. ------------------------------------------------------------------------------ -*/ - -#ifndef _OGREBULLETCOLLISIONS_Shape_H -#define _OGREBULLETCOLLISIONS_Shape_H - -#include "OgreBulletCollisionsPrerequisites.h" - - -namespace OgreBulletCollisions -{ - // ------------------------------------------------------------------------- - // basic Shape - class CollisionShape - { - - public: - CollisionShape(); - virtual ~CollisionShape(); - - inline btCollisionShape* getBulletShape () {return mShape;}; - - virtual bool drawWireFrame(DebugLines *wire, - const Ogre::Vector3 &pos = Ogre::Vector3::ZERO, - const Ogre::Quaternion &quat= Ogre::Quaternion::IDENTITY) const; - - protected: - btCollisionShape* mShape; - bool drawConvexWireFrame(DebugLines *wire, const Ogre::Vector3 &pos, const Ogre::Quaternion &quat) const; - - }; -} -#endif //_OGREBULLETCOLLISIONS_Shape_H - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |