shewu / h4ck4th0n

Holy Balls: The Game
8 stars 2 forks source link

Object reflections #8

Closed shewu closed 13 years ago

shewu commented 13 years ago

are messed up. If an object is obstructed by a wall, you can still see the reflection from under the wall. Yes, this is my bad.

shewu commented 13 years ago

I suck at OpenGL. Someone else do this.

tjhance commented 13 years ago

why don't we just reflect the walls the same way we reflect the balls? should fix the issue, right?

shewu commented 13 years ago

@tjhance: I'm pretty sure that won't work with my current hack, which reflects the objects about the floor and sets the floor to be translucent. Thus it'll show the superimposed reflection of the balls on the walls.

[edit] I stand corrected. The issue is now fixed in a5a8c50a