Changeset 3440

Show
Ignore:
Timestamp:
02/22/10 12:11:14 (5 months ago)
Author:
Azaezel
Message:

unsure why we refactored out setZoneSize, but the lack was breaking tute3

Files:
1 modified

Legend:

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

    r3373 r3440  
    112112    virtual void setGravity(const Math::Vector3& _grav) = 0; 
    113113 
     114    ///resize the world from the default of (-1k, -1k, -1k) to (1k,1k,1k) 
     115    virtual void setZoneSize(const Math::Vector3& _min, const Math::Vector3& _max) = 0; 
    114116    /// Create a Physics Actor. 
    115117    /// @todo Should more than one actor type be supported here?