Reputation: 21
I'm new to Blender and three.js and would like to know if there are any resources where I can learn how to effectively build a scene in Blender and then export it to three.js. In Blender you can make any mesh emit light, how can I do that in three.js? Thanks for your help!
Upvotes: 2
Views: 3170
Reputation: 481
Try with the glow shaders like:
1) http://stemkoski.github.io/Three.js/Shader-Glow.html
2) http://stemkoski.github.io/Three.js/Simple-Glow.html
3) http://jeromeetienne.github.io/threex.geometricglow/examples/geometricglowmesh.html
git: https://github.com/jeromeetienne/threex.geometricglow
misc: http://wiki.unity3d.com/index.php?title=Silhouette-Outlined_Diffuse
http://http.developer.nvidia.com/GPUGems/gpugems_ch21.html very good link.
Upvotes: 3