1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Delayed rendering of transparent volumes

This commit is contained in:
enricoturri1966
2021-07-14 13:20:57 +02:00
parent 18c8003a0f
commit ef8ddacdfc
6 changed files with 82 additions and 41 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ typedef std::vector<GLVolumeWithIdAndZ> GLVolumeWithIdAndZList;
class GLVolumeCollection
{
public:
enum ERenderType : unsigned char
enum class ERenderType : unsigned char
{
Opaque,
Transparent,