polymonster / pmtech

Lightweight, multi-platform, data-oriented game engine.
MIT License
883 stars 49 forks source link

Add some gpu culling feature #40

Open happydpc opened 4 years ago

happydpc commented 4 years ago

Now I am working with some massive huge model, it will draw too many objects. So I hope this can implement some gpu culling like this in bgfx:

[(https://github.com/bkaradzic/bgfx/tree/master/examples/37-gpudrivenrendering)]

polymonster commented 4 years ago

Hi, I am interested in these kind of features its just finding the time to implement it.. which platform are you working on so I could prioritise it?

happydpc commented 4 years ago

Hi, I am interested in these kind of features its just finding the time to implement it.. which platform are you working on so I could prioritise it?

I am working with windows 10 VS 2017. Thank you. Very good library.