LiangliangNan / Easy3D

A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
GNU General Public License v3.0
1.37k stars 245 forks source link

not responding #173

Closed jigneshBadrakhiya closed 1 year ago

jigneshBadrakhiya commented 1 year ago

load up 6000 of stl in mapple appliation, then app is not responding. drawable is so slow.

jigneshBadrakhiya commented 1 year ago

if possible renderer lib is used GPU.

LiangliangNan commented 1 year ago

mapple is not intended to render a huge number of models. A workaround: merge those models into a single one before you visualize them.