Thanks for the reply. I think I understand what you're saying.
The tl;dr is: "Yes it's possible, but would slow down your computer and cost a lot of resources to build".
Better tl;dr: "Yes it's possible, but would slow down your computer or cost a lot of resources to build"
Spend enough time & resources on it (that cannot be spent on anything else), and it should be possible to get it to perform well on OpenGL 2.1 too.
Hmm, another thought occurred... how come the solid view looks so nice on my machine given that it is only using GL 2.1? If the solid view can look nice, why can't the layer view too?
Hmm, another thought occurred... how come the solid view looks so nice on my machine given that it is only using GL 2.1? If the solid view can look nice, why can't the layer view too?
The engine sends us 2D data for the layerview. We use geometry shaders to convert those into geometries. In order to do that, we need a pretty high opengl version.
The solid view contains the triangles of a mesh, while the layer view has a lot more data to show.
Recommended Posts
ahoeben 2,012
Why do apples taste different than oranges? Both are fruit!
The new layerview in Cura uses geometry shaders to offload most of the heavylifting of making the layers look spatial to the GPU. This way it can be done without too much change to the underlying code without a bug impact on performance.
Replacing the entire architecture of Cura to improve layerview just wasn't going to happen. The new layerview is an evolution, that leverages more modern GPUs in a smart way.
PS: remember layerview in Cura 2.1? Woah, things improved over the past year!
Edited by GuestLink to post
Share on other sites