MossFrog

Results 13 comments of MossFrog

Superb thank you so much for the reply!

Thank you very much, is there an effective way of removing the effect from the scene (deleting the handle) playing any effect multiple times within a single runtime seems to...

This issue is only visible on transparent objects or objects that have textures with an alpha channel (Opacity value less than 1)

Create a couple of transparent objects such as cubes, planes or try a GLTF model with a couple of transparent textures. Then add a directional light and ambient light. Set...

An example alteration to a regular colored cube would be child.material.transparent = true; child.material.opacity = 0.7; Materials with similar settings seem to trigger the issue

![image](https://user-images.githubusercontent.com/15126587/122046055-1ba6fc80-cde7-11eb-8d13-ce0f18758764.png) ![image](https://user-images.githubusercontent.com/15126587/122046101-29f51880-cde7-11eb-98c3-468f3309ecf3.png) Example of the same object after the camera angle changes (Transparent colored plane with a meshBasicMaterial)

I tried the renderer with a simple cube also ![image](https://user-images.githubusercontent.com/15126587/122048252-b6a0d600-cde9-11eb-9db1-6573425a3b7d.png) Left side is without effekseer renderer right side is with it. Cube with material color red, transparency true, opacity 0.77

const renderer = new THREE.WebGLRenderer(); setting the renderer's property "alpha" to false fixed this issue :) !

This issue still seems to be persistent, does anyone have any viable workarounds or fixes?