mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Band-aid for poorly modelled stairs
Looks like the Cyan modellers didn't extend the stair ramps all the way down in some places. To compensate, we can now take higher steps but can't walk on slopes quite as steep as before. I think this should balance out nicely.
This commit is contained in:
@ -50,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsQuat.h"
|
||||
#define PHYSX_ONLY_TRIGGER_FROM_KINEMATIC 1
|
||||
#define kSLOPELIMIT (cosf(hsDegreesToRadians(55.f)))
|
||||
#define kSLOPELIMIT (cosf(hsDegreesToRadians(45.f)))
|
||||
|
||||
class plCoordinateInterface;
|
||||
class plPhysical;
|
||||
|
Reference in New Issue
Block a user