OpenGL 3D won’t display models

Any questions regarding the practice version are asked and answered here.
Nathan Schwab
Posts: 7
Joined: Fri Jan 31, 2025 11:44 am

OpenGL 3D won’t display models

Post by Nathan Schwab »

I am having trouble with displaying models within the OpenGL 3D view space. When tin, strings etc. models are added into the view they simply don’t show up. Tins and strings work fine on the other OpenGL view. It’s a bizarre issue because for the first six months of using 12d v15 the OpenGL 3D view worked perfectly fine. I hadn’t changed any settings (at least not to my knowledge) and it is now an issue when loading new or older projects.

I’ve tried logging onto another computer and trying it and it works fine so it doesn’t seem to be a computer hardware issue, more in the realm of a software or setting issue.

Any help would be appreciated.
Graeme Winfield
Posts: 1868
Joined: Thu Nov 10, 2005 10:59 am
Contact:

Re: OpenGL 3D won’t display models

Post by Graeme Winfield »

Hi Nathan

Run this option.
[Project =>Management =>Dongles =>Authorization details]
- Have Outlook, press the Email support button. Then email this to me.
- Don't have Outlook, press the Save to file button and email to me file lic????.zip from the desktop.

Sounds like something has happened on your computer.
Sam Cech
Posts: 4275
Joined: Fri Oct 14, 2005 12:56 pm
Location: Silverdale, NZ
Contact:

Re: OpenGL 3D won’t display models

Post by Sam Cech »

Nathan Schwab wrote: Fri Jan 31, 2025 2:18 pm I’ve tried logging onto another computer and trying it and it works fine so it doesn’t seem to be a computer hardware issue, more in the realm of a software or setting issue.

Any help would be appreciated.
Are you saying it works on one pc but not on another?

Do you have multiple monitors? I have seen windows do odd things before where one would be primarily and allow OpenGL but the other monitor has different settings and did not support OpenGL..
You could test that by moving 12d model main app between monitors (have the view maximised)

If you only have the one monitor
Check the output window when you open a project
It should state what OpenGL drivers and settings it opened with...
Cheers
Sam

Tatras Consulting Ltd
www.tatras.co.nz
Lee Gregory
12d Support
Posts: 2070
Joined: Thu Sep 29, 2005 6:06 pm

Re: OpenGL 3D won’t display models

Post by Lee Gregory »

If you are going through a docking station then those ports for the screens will be different to your computer.
Nathan Schwab
Posts: 7
Joined: Fri Jan 31, 2025 11:44 am

Re: OpenGL 3D won’t display models

Post by Nathan Schwab »

Graeme Winfield wrote: Fri Jan 31, 2025 2:44 pm Hi Nathan

Run this option.
[Project =>Management =>Dongles =>Authorization details]
- Have Outlook, press the Email support button. Then email this to me.
- Don't have Outlook, press the Save to file button and email to me file lic????.zip from the desktop.

Sounds like something has happened on your computer.
Okay, I've sent that to the support email
Nathan Schwab
Posts: 7
Joined: Fri Jan 31, 2025 11:44 am

Re: OpenGL 3D won’t display models

Post by Nathan Schwab »

Sam Cech wrote: Fri Jan 31, 2025 3:05 pm
Nathan Schwab wrote: Fri Jan 31, 2025 2:18 pm I’ve tried logging onto another computer and trying it and it works fine so it doesn’t seem to be a computer hardware issue, more in the realm of a software or setting issue.

Any help would be appreciated.
Are you saying it works on one pc but not on another?

Do you have multiple monitors? I have seen windows do odd things before where one would be primarily and allow OpenGL but the other monitor has different settings and did not support OpenGL..
You could test that by moving 12d model main app between monitors (have the view maximised)

If you only have the one monitor
Check the output window when you open a project
It should state what OpenGL drivers and settings it opened with...
Hi Sam, I do have two monitors and gave that a shot but no good unfortunately.

Looking in the Output Window --> OpenGL configuration appears to show no issues as well, all green ticks for me.
Graeme Winfield
Posts: 1868
Joined: Thu Nov 10, 2005 10:59 am
Contact:

Re: OpenGL 3D won’t display models

Post by Graeme Winfield »

Hi Nathan

I have had a look at the file you sent.
It looks like 12d Model is using the graphics card.
There may be an available update for the graphics card drivers.

Have you tried opening the project without your customisation?
Your env.4d file may be based on an old version rather than what is shipped for V15.

If you create a new OpenGL Perspective view, does the same problem still occur?

I will look for the post that lists what to check for.
Graeme Winfield
Posts: 1868
Joined: Thu Nov 10, 2005 10:59 am
Contact:

Re: OpenGL 3D won’t display models

Post by Graeme Winfield »

Here is a post with some things to try/check.
viewtopic.php?p=74624&hilit=graphics#p74624
Nathan Schwab
Posts: 7
Joined: Fri Jan 31, 2025 11:44 am

Re: OpenGL 3D won’t display models

Post by Nathan Schwab »

Graeme Winfield wrote: Mon Feb 03, 2025 10:33 am Hi Nathan

I have had a look at the file you sent.
It looks like 12d Model is using the graphics card.
There may be an available update for the graphics card drivers.

Have you tried opening the project without your customisation?
Your env.4d file may be based on an old version rather than what is shipped for V15.

If you create a new OpenGL Perspective view, does the same problem still occur?

I will look for the post that lists what to check for.
Thanks for having a look Graeme, appears the graphics card drivers are up to date. How would I verify if my env.4d is based on and old version? I've recently updated to the latest 15.0C1r update. How would I open a project without customisation?

I am able to open a OpenGL view as opposed to an OpenGL 3D view and it works perfectly fine. I will have a try and the suggestions in that thread and see what happens.

Thanks again for your help.
Graeme Winfield
Posts: 1868
Joined: Thu Nov 10, 2005 10:59 am
Contact:

Re: OpenGL 3D won’t display models

Post by Graeme Winfield »

Nathan Schwab wrote: Tue Feb 04, 2025 12:15 pm How would I verify if my env.4d is based on and old version?
You have environment variables that have not been shipped for many years/versions.

Nathan Schwab wrote: Tue Feb 04, 2025 12:15 pm How would I open a project without customisation?
I think you are using a desktop shortcut to point to a Z drive env.4d.
You will need to know how 12d Model authorizes and add the relevant info to a copy of the shipped env.4d
or use the env_configs.4d with an environment that points to the shipped env.4d and uses overrides.
There are several webinars on this.

Nathan Schwab wrote: Tue Feb 04, 2025 12:15 pm I am able to open a OpenGL view as opposed to an OpenGL 3D view and it works perfectly fine.
There are two types of OpenGL views. Plan OpenGL and Perspective OpenGL.
Are you saying that the Plan OpenGL view works?
Are you saying that you are not able to create a new Perspective OpenGL view or a new Perspective OpenGL view has the same problem?
paul hardwick
Posts: 1657
Joined: Thu Dec 06, 2007 9:27 am

Re: OpenGL 3D won’t display models

Post by paul hardwick »

Can you open View->View info, the pick your problem view.
You're looking for some "strange" extents.

I'd guess you have some data at 0,0 and some in MGA or similar, or you have some really low z values and some really high as well.
Paul Hardwick
12d Support Qld
Nathan Schwab
Posts: 7
Joined: Fri Jan 31, 2025 11:44 am

Re: OpenGL 3D won’t display models

Post by Nathan Schwab »

Graeme Winfield wrote: Tue Feb 04, 2025 12:44 pm
Nathan Schwab wrote: Tue Feb 04, 2025 12:15 pm I am able to open a OpenGL view as opposed to an OpenGL 3D view and it works perfectly fine.
There are two types of OpenGL views. Plan OpenGL and Perspective OpenGL.
Are you saying that the Plan OpenGL view works?
Are you saying that you are not able to create a new Perspective OpenGL view or a new Perspective OpenGL view has the same problem?

Oh I see what you mean now, the Plan OpenGL also doesn't work. The regular Perspective view is the view that still works with models able to be viewed.
Nathan Schwab
Posts: 7
Joined: Fri Jan 31, 2025 11:44 am

Re: OpenGL 3D won’t display models

Post by Nathan Schwab »

paul hardwick wrote: Tue Feb 04, 2025 12:45 pm Can you open View->View info, the pick your problem view.
You're looking for some "strange" extents.

I'd guess you have some data at 0,0 and some in MGA or similar, or you have some really low z values and some really high as well.
The values look about right for the location of the project.
extents.PNG
extents.PNG (9.98 KiB) Viewed 27155 times
Nathan Schwab
Posts: 7
Joined: Fri Jan 31, 2025 11:44 am

Re: OpenGL 3D won’t display models

Post by Nathan Schwab »

Fixed! I went into Nvidia Control Panel --> Manage 3D Settings and went to Program Settings --> OpenGL rendering GPU and changed it from the default 'Auto-select' to manually selecting my GPU and it appears to be working now. No idea what might have caused this as I have never had a reason to toggle these settings, perhaps an Nvidia driver update reverted it to default settings if I had to guess.

Thank you to Graeme and everyone else for your assistance.
paul hardwick
Posts: 1657
Joined: Thu Dec 06, 2007 9:27 am

Re: OpenGL 3D won’t display models

Post by paul hardwick »

Well done Nathan.
Paul Hardwick
12d Support Qld
Post Reply