objective c - Enabling Anti-aliasing for an iOS game -


i developing 3d game iphone , ipad without using game engine. have found edges of 3d elements jagged. after research understood fix issue need enable anti-aliasing in ios. have followed (https://nicolasgoles.com/blog/2010/07/tutorial-using-anti-aliasing-msaa-in-the-iphone/) article enable anti-aliasing using concept of multisampling. after using approach of edges still jagged. have tried increasing sample count approach, there no improvement. have following questions:

  1. are there other methods can provide better output compared multisampling approach?
  2. any improvement required in current approach?
  3. i have seen many 3d games on ios high quality of anti-aliasing. type of anti-aliasing method used these games?

i’d appreciate suggestions on issue. thank in advance.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -