Slipping under a triangle
Posted: Thu Mar 24, 2011 5:33 am
So I am running into a problem where I am slipping past a triangle and just sitting there.
This is a character controller which was built off of your simpleCharacterController.
To paint a picture with words if I fall fast enough I will lodge a small part of my capsule underneath the triangle.
Also if you come at a hard edge head on you can slip inbetween that triangle at the same length as falling down fast enough.
A 90 degree angle works the best and with some agile fingers it is quite possible to repeat over and over again.
The capsule positionUpdate is set to continous and the staticMesh sideness is switched to counterclockwise as well as its improved boundary behavior set to true.
So I have run out of variables to change in your engine and have even tried the newest fork build hoping something may have been fixed but no luck.
Any help would be wonderful, before I start casting rays and hacking my way to random results
()__ <- this simple ascii drawing shows what I feel when I come at a hard edge, almost as though there is a small opening because there is literally no resistance when done perfectly.
. |
This is a character controller which was built off of your simpleCharacterController.
To paint a picture with words if I fall fast enough I will lodge a small part of my capsule underneath the triangle.
Also if you come at a hard edge head on you can slip inbetween that triangle at the same length as falling down fast enough.
A 90 degree angle works the best and with some agile fingers it is quite possible to repeat over and over again.
The capsule positionUpdate is set to continous and the staticMesh sideness is switched to counterclockwise as well as its improved boundary behavior set to true.
So I have run out of variables to change in your engine and have even tried the newest fork build hoping something may have been fixed but no luck.
Any help would be wonderful, before I start casting rays and hacking my way to random results

()__ <- this simple ascii drawing shows what I feel when I come at a hard edge, almost as though there is a small opening because there is literally no resistance when done perfectly.
. |