Skip to content

Commit

Permalink
ok: remove controls
Browse files Browse the repository at this point in the history
  • Loading branch information
li6in9muyou committed Mar 28, 2024
1 parent 2200a53 commit 8a82495
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,7 @@
<script src="public/p5.js"></script>
<title>绘制三维图形</title>
</head>
<body>
<main>
<section>
<fieldset id="setParams">
<legend>参数设置</legend>
<label for="msaaToggle">
<input type="checkbox" name="" id="msaaToggle" data-msaa-toggle />
启用MSAA(实验性)
</label>
<label for="perspectiveToggle">
<input
type="checkbox"
name=""
id="perspectiveToggle"
data-perspective-toggle
/>
透视投影
</label>
</fieldset>
</section>
</main>
</body>
<body></body>
<script src="public/config.js"></script>
<script src="public/common.js"></script>
<script src="math_utility.js"></script>
Expand Down

0 comments on commit 8a82495

Please sign in to comment.