Game Development Community

VisibleDistance and sky

by NewYork Virtual · in Torque Game Engine · 12/31/2006 (7:52 pm) · 0 replies

I found that if change the sky visibleDistance less than 110, then
the sky will looks quit strange.

Change #define OFFSET_HEIGHT 60.0f
to something smaller :
#define OFFSET_HEIGHT 38.0f

will solve that problem. Just a note.