samyH

Results 12 comments of samyH

![nebula-render-issues](https://user-images.githubusercontent.com/9335155/194315604-348b6dd4-e9b1-4a91-8420-3d657a558780.jpg) Yes I'm also encountering this issue Looks like it's already been reported and fixed according to this though? https://github.com/creativelifeform/three-nebula/issues/90

@butzemannbiber did you try adding alpha to the WebGLRenderer? `renderer = new WebGLRenderer({alpha: true});` I pulled the [GPURenderer example particle system (data.js) ](https://github.com/creativelifeform/three-nebula/blob/master/website/components/Examples/GpuRenderer/data.js) and was having the same issue as...