Rotatable 3D looking Sphere.
Usefull for Planets in space ..etc.
1 parameter - RotSpeed. -10 to 10.
(0.0 = static )
fx files and demo-
https://dl.dropboxusercontent.com/u/22173473/webglspherefiles.rar
//Based on code from Adrian Boeing_Blog_ Sphere effect in WebGL.
-------------------------------------------------------------
New version..added 17 April 2016
https://dl.dropboxusercontent.com/u/22173473/WebglSphereNew.rar
Please test and let me know if it works.
----------------------------------------------------------------
Added 07/05/2016
GLSL 2DSphere effect
https://dl.dropboxusercontent.com/u/22173473/GlslSphereFx.rar
Based on 'Simple 2D GLSL Sphere' .
The creator posted-
'Simple 2D GLSL Sphere based on Adrian Boeing’s sphere effect in WebGL. I modified the pixel shader in order to have the effect in texture space and not in screen space and I added a discard if pixels are out of the unit disc.'
Hopefully it should render better than the webgl version.
please test.