Game Development Community

rain problem

by Very Interactive Person · in Torque Game Engine · 08/25/2002 (3:04 am) · 3 replies

When I fly upside down with my vehicle (and the vehicles in our game can do that for quit some time.. becuase of the side-turbines they can easely roll)...it rains from the ground!! The rain just falls in the wrong direction! Is there a way to stop this from happening?

#1
08/26/2002 (6:39 am)
*BUMP*
#2
08/26/2002 (7:35 am)
Sounds like the rain rendering code isn't taking the roll of the camera into account. Go locate the rain rendering function and make sure it's correcting for the orientation of the player.

I'd give better help but I'm not an SDK owner ;)
#3
08/26/2002 (1:18 pm)
i havn't looked at the code, but i think all it does is move the raindrop pictures across the screen... like a moving gui or something ?

Correct me if i am wrong, But this is how i thought it worked.