rageworx / FLSWRender

FLTK software 3D renderer for Fl_RGB_Image as rendering surface.
MIT License
1 stars 2 forks source link

+ parallelized rendering #4

Open rageworx opened 3 years ago

rageworx commented 3 years ago

Looking for parallelizing render for more faster rasterizing with depth.

rageworx commented 3 years ago

If openmp for() used to drawing all faces, it performance very faster, but break textures. image normal : 40ms -> openmp: 17ms.