javascript - Thee.js - Creating a perpendicular-parallel opacity falloff material -


i need creating material in three.js.

what need material perpendicular-parallel opacity falloff camera viewing direction. when viewing direction perpendicular, material 100% transparent. , when viewing direction parallel, material 100% opaque.

on sphere should result in somehting this: http://i.stack.imgur.com/h0zwp.jpg

i don't know custom shaders, hope can me out writing code achieve this.


Comments