-
Notifications
You must be signed in to change notification settings - Fork 57
/
index.html
42 lines (41 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
margin: 0px;
border: none;
height: 100%;
overflow: hidden;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;
background-color:rgb(86, 110, 86);
}
</style>
<head></head>
<body>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/"
}
}
</script>
<a href="./demos/CSGShinyDemo.html">Shiny Demo!</a><br>
<p>A shiny demo showing the different CSG operations...</p>
<a href="./demos/CSGDemo.html">Regular Demo..</a><br>
<p>A less shiny demo showing the different CSG operations...</p>
<a href="./demos/CSGMulti.html">Multi Demo..</a><br>
<p>Demo showing multiple materials+vertex colors...</p>
<a href="./demos/MiniTest.html">Mini Demo..</a><br>
<p>Small 2 box example...</p>
<a href="./v2/index.html">Interactive demo..</a><br>
<p>Demo allowing movement of some simple shapes, and a static demo of text embossing...</p>
</body>
<script type="module" >
</script>