True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

CollisionObjectComplex.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------------
00002 // File Name: CollisionObjectComplex.h
00003 // Description:
00006 //
00007 // Copyright (C) 2004 - 2006 True Axis Pty Ltd, Australia. 
00008 // All Rights Reserved.
00009 //
00010 // History:
00011 //      Created File.
00012 //---------------------------------------------------------------------------------
00013 
00014 #ifndef TA_COLLISIONOBJECTCOMPLEX_H
00015 #define TA_COLLISIONOBJECTCOMPLEX_H
00016 
00017 #ifndef TA_COLLISIONOBJECT_H
00018 #include "CollisionObject.h"
00019 #endif // TA_COLLISIONOBJECT_H
00020 
00021 TA_OBFUSCATION_SKIP_PASS_2
00022 
00023 namespace TA
00024 {
00025 
00026 class Collision;
00027 struct AABB;
00028 class CollisionObjectCachedPolyData;
00029 
00030 class TAPHYSICS_CLASS CollisionObjectComplex : public CollisionObject
00031 {
00032 public:     
00033     TA_OBFUSCATION_RESERVED_ON
00034     virtual void CachedLocalPolygons(
00035         CollisionObjectCachedPolyData& cachedPolyData,
00036         const AABB& aabb,
00037         void* pDynamicObjectUserData = 0) const = 0;
00038     TA_OBFUSCATION_RESERVED_OFF
00039 
00040 protected:
00041     CollisionObjectComplex() : CollisionObject(TYPE_COMPLEX) {} 
00042 };
00043 
00044 }
00045 
00046 #endif // TA_COLLISIONOBJECTCOMPLEX_H
00047 
00048 


© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.