FORUM CLOSED, PLEASE REGISTER AT FORUM.SIO2INTERACTIVE.COM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Optimize mesh data

2 posters

Go down

Optimize mesh data Empty Optimize mesh data

Post  freebird373 Tue Feb 17, 2009 8:07 pm

After exporting objects from blender, is there a way to optimize the output for triangle strips?
Any ideas of other ways of optimizing the mesh data?
Thanks a bunch. Tim

freebird373

Posts : 10
Join date : 2008-11-21

Back to top Go down

Optimize mesh data Empty Re: Optimize mesh data

Post  sio2interactive Tue Feb 17, 2009 9:54 pm

Triangles strip are not really optimal for mesh... The processing time to create the "perfect" strips is extremely long and not practical, any other "light" approaches will result in multiple VBO that will eventually slow down the rendering due to extra unnecessary binding. SIO2 is using indexed triangles list and index cache optimization (FIFO) which gives the best performance on the device.
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 44
Location : Shanghai

http://sio2interactive.com

Back to top Go down

Optimize mesh data Empty Re: Optimize mesh data

Post  freebird373 Wed Feb 18, 2009 8:54 pm

Okay thanks.

Guess I'll just minimize the triangle count.
Shooting for 20 fps with 6k tris and physics. Very Happy

freebird373

Posts : 10
Join date : 2008-11-21

Back to top Go down

Optimize mesh data Empty Re: Optimize mesh data

Post  sio2interactive Wed Feb 18, 2009 10:04 pm

Actually with the recent version of SIO2 (1.3.?) I achieve 40+ fps with 15k of triangles + physics... while profiling I realize that the texture switch is more slow than I thought... I suggest you to use texture atlas... check for "Image Consolidator" script within Blender or create the atlas yourself....

Hope this helps,

Cheers,
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 44
Location : Shanghai

http://sio2interactive.com

Back to top Go down

Optimize mesh data Empty Re: Optimize mesh data

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum