3D examples don't work

Everything related to 3D programming
ludoke
Enthusiast
Enthusiast
Posts: 153
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: 5409
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 ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
BarryG
Addict
Addict
Posts: 3330
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