I made my .3ds scene map, about 500k triangles, the render speed seems tooo slow, the framerate is 3 or 4. I decrease the triangles to 380k, framerate is still 3 or 4, for the reality reson, the faces can't decrease any more. Anybody know how to improve the performance? any suggestion is appreciated.
500k seems pretty hefty, I had about 5 trees with 20k triangles per tree which is what? 100k, and it was slowing down quite alot. Not sure how you cna speed it up?
Maybe backface culling? etc?
Another question, In 3DMAX, we see smooth render effect, how to make the scene looks like 3DMAX with irrlicht engine? Is there any function to make irrlicht engine render smoothly, if so maybe I can decrease more face and not lose curve effect.
Smooth Render? Well when you render in max it calculates all the lighting and such, ie its not realtime like irrlicht... so you wouldnt be able to get the quality of a max render into irrlicht, or to say the least not without a huge speed loss
I see, maybe build the whole scene map in a single .3ds file fromat is not a good choise, does the render of bsp scene map optimized in irrlicht? Change my map file format from 3ds to bsp can speed it up?