Jump to content
Developer Wiki and Function Reference Links ×

pref code for OpenGL Option 'Draw Edges' ?


Recommended Posts

I think you are looking for these:

varOpenGLAntiAliasingCapability = 593, // To get anti-aliasing OpenGL option.

varOpenGLDrawEdgesCapability = 594, // To get Draw-edges OpenGL option.

varOpenGLUseShadowsCapability = 595, // To get Use-shadows OpenGL option.

You should download the SDK and open the Include/minicadcallbacks.h file as it contains all those pretty constants you will ever need.

Link to comment

Thanks! Downloaded the SDK – looks like it'll be great to have this as a comprehensive reference! However, the code that I'd used to toggle other pref codes, e.g. pref 95 for toggling to create screen layer objects vs. layer plan objects (see uploaded screen shot), does not seem to work for these pref codes. Does anyone know what code might work to control prefs 594 & 595? Thanks again!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...