- Timestamp:
- 01/31/10 14:35:40 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZNewton/src/PhysicsZone.hpp
r3339 r3342 76 76 public: 77 77 virtual int getDefaultMaterialID(); 78 virtual void setZoneSize(const Math::Vector3& _min, const Math::Vector3& _max);79 78 virtual void setGravity(const Math::Vector3& _grav); 80 79 virtual pPhysicsActor_type createActor(); … … 153 152 /// @{ 154 153 public: 155 PhysicsZone( );154 PhysicsZone(const Math::Vector3& _min, const Math::Vector3& _max); 156 155 virtual ~PhysicsZone(); 157 156 /// @}
