Hi,
I am new to three.js and trying to apply glow shader on existing FBX file and it stops animation. Existing FBX file has MeshPhongMaterial and to apply glow shader i need to use ShaderMaterial.
Actual FBX file is created in Maya by 3d developer and i need create simillar look of Maya shaders using three.js as they cannot be exported. I am using FBXloader to load FBX file.
Please advice me with some solution.