Hi! Is there a way to have transparent colors with NBOpenGL? I’ve tried the following (using Roassal 3d): -=-=-=-=-=-=-=-=-=-= | view el1 el2 |view := R3View new. el1 := (R3CubeShape new color: (Color purple alpha: 0.2)) element. el2 := (R3CubeShape new color: (Color purple alpha: 0.2)) element. view add: el1; add: el2. el2 translateByZ: -2. view addInteraction: R3MouseControl new; addInteraction: R3KeyControlForMac new. view open -=-=-=-=-=-=-=-=-=-= But I get something like: ![]() Would it be possible to have translucent cubes? Any OpenGL expert around? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
- [Pharo-dev] Transparent colors with NBOpenGL? Alexandre Bergel
- Re: [Pharo-dev] Transparent colors with NBOpenGL? Igor Stasenko
- Re: [Pharo-dev] Transparent colors with NBOpenG... Ronie Salgado
- Re: [Pharo-dev] Transparent colors with NBO... Denis Kudriashov
- Re: [Pharo-dev] Transparent colors with... Ronie Salgado
- Re: [Pharo-dev] Transparent colors... Igor Stasenko
- Re: [Pharo-dev] Transparent colors... Stéphane Ducasse
- Re: [Pharo-dev] Transparent co... Ronie Salgado
- Re: [Pharo-dev] Transparen... Alexandre Bergel
- Re: [Pharo-dev] Transparen... Ronie Salgado
- Re: [Pharo-dev] Transparen... Igor Stasenko

