Skybox bleeds into models sphere sometimes

Could you help me decipher the api for setBin. It just appears to make it opaque grey. I tried messing with the alpha value of the color scale to no success.

visual_sphere.setBin("transparency",0)

I see the issue now:

pgraph(warning): No bin named transparency; creating default bin.
visual_sphere.setBin("transparent",0)

transparent, not transparency. /facepalm haha. @Thaumaturge Thanks dude!!!

1 Like

So interestingly this all works with the gltf export and serega fix but not with the egg:(

Does it work if you apply serega’s fix to the egg?

I have not tried that. But its not super relevant at this point, because I can get everything working just with the bam! =) Maybe you can help me with the dullness now though.

1 Like