Show
Ignore:
Timestamp:
01/31/10 14:35:37 (6 months ago)
Author:
Azaezel
Message:

adds min/max parameters to I_PhysicsZone::I_PhysicsZone and I_PhysicsService::createZone

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Engine/branches/0185_GEN_PHYSICS_REFACTOR_2/Physics/I_PhysicsService.hpp

    r3107 r3341  
    3232 
    3333#include <Zen/Core/Math/Math.hpp> 
    34  
     34#include <Zen/Core/Math/Vector3.hpp> 
    3535#include <Zen/Core/Memory/managed_ptr.hpp> 
    3636#include <Zen/Core/Memory/managed_weak_ptr.hpp> 
     
    7171    ///     this is the case, the plugin should throw an exception 
    7272    ///     if an application attemts to create more than one zone. 
    73         virtual pPhysicsZone_type createZone() = 0; 
     73        virtual pPhysicsZone_type createZone(const Math::Vector3& _min, const Math::Vector3& _max) = 0; 
    7474 
    7575    /// Step the physics simulations by the specified amount of time.