Game Development Community

Underwater bubbles bug & lighting bug

by Sander Van Rossen · in Torque Game Engine · 12/11/2003 (5:17 am) · 0 replies

I noticed 2 bugs..
first of all, if you're underwater and shoot out of the water (and quickly go up) you'll see that the bubble trail will (at least partly) continue above water..

The second bug is something which i haven't confirmed, but which i noticed from the code..
When the lighting end position is determined, it's only checked against the terrain..
wouldn't this mean it would go straight trough any interior or dts?
can someone confirm this?

anyway, it would be easy to fix by casting a ray instead..