Hacker News new | ask | show | jobs
by chriswunan 9 days ago
Love the icon! How do you deal with the performance of rendering the 3D model?
1 comments

The draw cost is not as heavy as it looks, because it is limited to 30 fps. And I avoid unnecessary rendering when you hide the sidebar window. I’m considering performance mode which is controlled resolution and post processing effects. Thanks!