mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-12 03:39:10 +00:00
WIP: port alien swarm and extend engine for asw
This commit is contained in:
@@ -32,8 +32,10 @@ public:
|
||||
// These methods return the bounds of an OBB measured in "collision" space
|
||||
// which can be retreived through the CollisionToWorldTransform or
|
||||
// GetCollisionOrigin/GetCollisionAngles methods
|
||||
#if !SOURCE_ASW
|
||||
virtual const Vector& OBBMinsPreScaled() const = 0;
|
||||
virtual const Vector& OBBMaxsPreScaled() const = 0;
|
||||
#endif
|
||||
virtual const Vector& OBBMins() const = 0;
|
||||
virtual const Vector& OBBMaxs() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user