PDA

View Full Version : Is it possible?



TBProgramer52
15-03-2010, 03:03
Hello everyone,
Just wondering is it possible to add RAW GL code from others like Basic4GL, OpenGL & etc. web sites? Just curious though.
Any help is appreciated.

Richard West

Michael Hartlef
15-03-2010, 06:20
Yes it is. There are GL include files somewhere. If someone is not faster, I will let you know tonight.

Michael Hartlef
15-03-2010, 06:20
Yes it is. There are GL include files somewhere. If someone is not faster, I will let you know tonight.


I think there is a sample script also there.

Petr Schreiber
15-03-2010, 08:11
Hi,

the include files for raw openGL are named:
thinbasic_gl.inc
thinbasic_glu.inc
thinbasic_glext.inc
thinbasic_wgl.inc

and located in Inc subfolder of thinBASIC.

If you have latest TB beta, you can locate the example in SampleScripts/TBGL/Basic/TBGL_UsingAPI.tBasic


Petr

Michael Hartlef
15-03-2010, 10:26
Thanks Petr,

i am at a week of training at SAP again, so I could not look it up before tonight.

Michael