mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 03:23:54 +00:00
Remove debug code
This commit is contained in:
parent
e396e6f2ea
commit
d487007167
1 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <stdexcept>
|
||||
|
||||
#include <osg/Group>
|
||||
#include <osg/io_utils>
|
||||
|
||||
#include <BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h>
|
||||
#include <BulletCollision/CollisionShapes/btConeShape.h>
|
||||
|
@ -950,8 +949,6 @@ namespace MWPhysics
|
|||
osg::Vec3f pos1 (physactor1->getCollisionObjectPosition() + osg::Vec3f(0,0,physactor1->getHalfExtents().z() * 0.9)); // eye level
|
||||
osg::Vec3f pos2 (physactor2->getCollisionObjectPosition() + osg::Vec3f(0,0,physactor2->getHalfExtents().z() * 0.9));
|
||||
|
||||
std::cout << "pos1 is " << pos1 << " pos2 " << pos2 << std::endl;
|
||||
|
||||
RayResult result = castRay(pos1, pos2, MWWorld::Ptr(), CollisionType_World|CollisionType_HeightMap|CollisionType_Door);
|
||||
|
||||
return !result.mHit;
|
||||
|
|
Loading…
Reference in a new issue