which jitter objects use openGL an which do not ?

mlh1407's icon

Do ALL the jitter objects use openGL or just the jit.gl.objects ?

jit.gl.objects use openGL and are therefore not usable with most usb monitors as they do not
support openGL .. BUT .. does that mean that All jitter objects use openGL or is it only the jit.gl.object ?
i want to use jit.brcosa jit.sobel jit.robocross and jit.qt.grab/jit.dx.grab .. are they using openGL and if yes how to disable it ? I have been seraching after the answer a while .. i hope that someone here got it
best reggards
Martin

mlh1407's icon

anyone ?

icct5's icon

Im pretty sure that its just the jit.gl. objects that use OpenGL.

Jesse's icon

USB video devices do not support OpenGL hardware acceleration, which means that if you try to use jit.gl objects you will be using the software renderer. This is much slower than hardware accelerated output, but you can still use the GL objects.

Objects that do not have the jit.gl prefix generally do not use OpenGL.