Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adding description
  • Loading branch information
exh12001 committed Dec 5, 2017
1 parent f4a3cfb commit 3ca6012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/mobius.js
Expand Up @@ -360,5 +360,6 @@ $(function () {//document is ready, setup everything
gl.uniform1i(gl.getUniformLocation(program, 'sampler'), 0);

renderGL(program,tex);

});

3 changes: 3 additions & 0 deletions mobius.html
Expand Up @@ -112,5 +112,8 @@ void main(){
gl_FragColor = outcolor/16.0;
}
// ]]> </script>

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

0 comments on commit 3ca6012

Please sign in to comment.