Game Development Community

GLEnableOutline

by James Urquhart · in Torque Game Engine · 02/24/2004 (1:43 pm) · 1 replies

Hi there,

It appears that the debug view (F9) does not work on mac or linux (in debug or release mode).
A function, GLEnableOutline (located in winGL.cc) is missing from the mac and unix builds.

e.g :
Quote:
tutorial.base/client/default.bind.cs (200): Unable to find function GLEnableOutline

Is anyone interested in implementing this? It might be nice to have the nice outline view :)

#1
02/25/2004 (2:09 pm)
Look at engine/platformWin32/winGL.cc for GLEnableOutline. You need to create the functions that are missing yet used in that function to replicate them for Linux. It shouldn't be too hard if you know what you're doing.