Trying to create a sphere in UDK on which I can stand

Posted by Dave on Game Development See other posts from Game Development or by Dave
Published on 2011-11-30T05:37:19Z Indexed on 2013/11/04 22:17 UTC
Read the original article Hit count: 235

Filed under:
|
|

Trying to build a globe in UDK, but when I do (create a sphere), my player falls straight through it. How do I make a sphere that I can walk on? Every other shape (cube, cone...etc) work just fine.

--

Edit: Specifically, I want to build a CSG/Brush sphere, not a mesh sphere. It appears to work just fine if I set the "sphere exptrapolation" to 1 or 2, but if I bump it up to 3 or higher, I fall right through. I literally created 2 spheres next to each other, one set at "2" and one at "3" - I can walk from the top of the "2" sphere and jump onto the "3" sphere, but I fall right through it.

© Game Development or respective owner

Related posts about collision-detection

Related posts about udk