Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Apr 2, 2024
1 parent df28fbb commit 798c15f
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3d-plotter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>3D Complex function plotter</title>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Expand All @@ -25,7 +25,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/7.0.1/math.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/stats.js/r16/Stats.min.js"></script>

<script src="OrbitControlls.js"></script>

<script src="parser.js"></script>
Expand Down
Loading

0 comments on commit 798c15f

Please sign in to comment.