- Timestamp:
- 01/31/10 14:35:37 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Engine/branches/0185_GEN_PHYSICS_REFACTOR_2/Physics/I_PhysicsService.hpp
r3107 r3341 32 32 33 33 #include <Zen/Core/Math/Math.hpp> 34 34 #include <Zen/Core/Math/Vector3.hpp> 35 35 #include <Zen/Core/Memory/managed_ptr.hpp> 36 36 #include <Zen/Core/Memory/managed_weak_ptr.hpp> … … 71 71 /// this is the case, the plugin should throw an exception 72 72 /// 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; 74 74 75 75 /// Step the physics simulations by the specified amount of time.
