shewu / h4ck4th0n

Holy Balls: The Game
8 stars 2 forks source link

render round walls in unholyballs #25

Closed tjhance closed 12 years ago

tjhance commented 12 years ago

I'll go ahead and add a roundWalls field to World, so we can start working on these round wall issues (see also issue #26 and #27)

shewu commented 12 years ago

we can do this with gluQuadric(). I can do this once I get my Linux VM set up on my desktop.

shewu commented 12 years ago

This is done in c2705e058266 by discretizing the arc and drawing small rectangular walls. There is one issue where objects are going through the walls.