3D examples don't work

Everything related to 3D programming
ludoke
Enthusiast
Enthusiast
Posts: 155
Joined: Fri Jul 08, 2016 5:35 pm
Location: Essen (Belgium)

3D examples don't work

Post by ludoke »

I'm trying to learn something from the 3D examples, but most don't work !
User avatar
mk-soft
Always Here
Always Here
Posts: 6605
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: 3D examples don't work

Post by mk-soft »

I have already noticed this and it is mostly due to the DirectX driver.

Just switch to OpenGL.

Compiler-Option -> Library Subsystem "opengl"
My Projects EventDesigner V3 / ThreadToGUI / OOP-BaseClass / Windows: Module ActiveScript
PB v3.30 / v5.75 - OS Mac Mini - VM Window Pro / Linux Ubuntu
Downloads on my OneDrive
BarryG
Addict
Addict
Posts: 4340
Joined: Thu Apr 18, 2019 8:17 am

Re: 3D examples don't work

Post by BarryG »

There needs to be a command to enable OpenGL in the source code, so we don't need to specifically manually enable it in the Options. That way it would work immediately when we copy/paste the examples.
Post Reply