react-postprocessing
react-postprocessing copied to clipboard
Outline Effect with Animated Skinned Mesh
Hi, I am trying to use outline effect with an animated model I downloaded from mixamo. But it never shows up. Here is a codesandbox i created: https://codesandbox.io/s/outline-with-skinned-mesh-bug-f68l2d?file=/src/App.js
I tried to use OverwriteMaterial workaround but it doesn't seem to work.
I exported glb file from Blender and used gltfjsx to import to project.
Is there something i am missing? Do i need to write extra shaders?
I am facing the same problem. I would love to outline my skinnedMeshes. Is there a way to fix this?
I already enabled the workaround, but without any changes.
Best
Is it still an issue on latest?
Is it still an issue on latest?
I haven't test it since my first post.
I have the same problem. In my case, I get the Bloom effect with simple mesh, but SkinnedMesh does not get the effect.