diff --git a/js/mobius.js b/js/mobius.js index 0f35436..1c19802 100644 --- a/js/mobius.js +++ b/js/mobius.js @@ -360,5 +360,6 @@ $(function () {//document is ready, setup everything gl.uniform1i(gl.getUniformLocation(program, 'sampler'), 0); renderGL(program,tex); + }); diff --git a/mobius.html b/mobius.html index 04413c8..6bb4151 100644 --- a/mobius.html +++ b/mobius.html @@ -112,5 +112,8 @@ void main(){ gl_FragColor = outcolor/16.0; } // ]]> + +

Mobius Tranformations are the projective transformations of the complex projective line, the subset of complex number pairs.
The Riemann Sphere is used as a model for the complex plane, including a point for infinity.
The plane is a stereographic projection + onto the Riemann sphere, tranformed using the rational function, then projected back onto the plane.

\ No newline at end of file