From 3ca6012a5a0c4353c5abd35895b172c6c2151cc4 Mon Sep 17 00:00:00 2001 From: huangedwar Date: Tue, 5 Dec 2017 16:30:36 -0500 Subject: [PATCH] adding description --- js/mobius.js | 1 + mobius.html | 3 +++ 2 files changed, 4 insertions(+) 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