Jump to content

How to set up anti aliasing ?


YouGroove
 Share

Recommended Posts

I have that :

 

world=World:Create()
world:SetLightQuality((System:GetProperty("lightquality","2")))

 

Than search on official API, but nothing about to set up anti aliasing or shadow quality manually , or are they on some topic i didn't find ?

Stop toying and make games

Link to comment
Share on other sites

....context anti-aliasing is an outdated method that doesn't apply to our deferred renderer. The function is only left in place for backwards compatibility.

 

Use Camera::SetMultisampleMode to set multisampling instead.

  • Upvote 2

Cyclone - Ultra Game System - Component PreprocessorTex2TGA - Darkness Awaits Template (Leadwerks)

If you like my work, consider supporting me on Patreon!

Link to comment
Share on other sites

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.

 Share

×
×
  • Create New...