TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
138 stars 56 forks source link

Support for Polygon Mesh Processing Library #5184

Open LeeBamberTGC opened 5 months ago

LeeBamberTGC commented 5 months ago

A free MIT licensed technology that is well maintained can be used to help MAX generate lower LOD levels of geometry to help with rendering on lower end systems, and for other improvements to performance for more demanding level scenes.

Link to the repo is here: https://www.pmp-library.org/

This is marked as a feature request but tagged with performance as it will have a direct benefit to speed of games if implemented. Feel free to post other ideas this API can be used for inside the MAX engine.

earthling45 commented 4 months ago

Hi Lee, does this mean we have control over a mesh while building our scenes?

In that i mean, decimate it for lod stages and set the highest lod?

LeeBamberTGC commented 4 months ago

@earthling45 Yes, there would be some default LOD ratios based on distance and size of object, but we could expose these so the LOD could be tweaked to suit the object more accurately via the developer properties in the object.