Jump to content

Recommended Posts

Posted

I've looked through the docs but couldn't find it: Is there an API call to set the RenderMode to Wireframe? Similar to what you can do in the editor via View->Render Mode ?

  • 3 weeks later...
Posted

Sorry, bumping this thread... I am procedurally creating a model with various surfaces and would prefer a wireframe model to better see if it's done right. Is there an API flag or something to do that?

  • 1 month later...
Posted

Just stumbled across this in the header files, and since no one answered I'm gonna do that myself in case somebody else needs it ;-)

 

if you set

camera->SetDrawMode(DRAW_WIREFRAME)

 

every is rendered as, well, a wireframe.

  • Upvote 1
Posted

Bear in mind if something is not documented it may not work completely, or may be subject to change in the future. For example, wireframe rendering does not work on mobile devices.

 

If you are fine with that, feel free to poke around the headers and discover secret features.

My job is to make tools you love, with the features you want, and performance you can't live without.

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.   Paste as plain text instead

  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...