-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.59 KB
/
Copy pathindex.html
File metadata and controls
43 lines (38 loc) · 1.59 KB
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
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Extra 3D</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<h1>Extra 3D</h1>
<p>A 3D extension, <i>that implements the features of the 3D library of <a href="https://threejs.org/" target="_blank" title="Three JS official website">Three js</a></i>, for <a href="https://turbowarp.org" target="_blank">Turbowarp</a>.
<br>
Made by <a href="https://civero.itch.io" target="_blank" title="My scratch page">Civero</a>
</p>
<hr>
<h2>About</h2>
<p>My extension lets you create 3D enviroments <strong>easily</strong>.
<div style="font-size: large;">Lighting, Shadows, GLB model importing, Post procesing, RAPIER physics...</div>
</p>
<img src="Assets/Images/threeJSicon.svg" alt="logo"><img src="Assets/Images/image.png" alt="image"><img src="Assets/Images/image2.png" alt="image">
<hr>
<h2>More</h2>
<div>
<a href="Extensions/extra3D.js">Main Extension Code</a> <br>
<a href="Documentation/">Documentation</a> <br>
<br>
<h3>Addons</h3>
<ul>
<li><a href="Extensions/extraAddons.js">Addons Extension (GLB+PostProcesing)</a></li>
<li><a href="Extensions/extraPhysics.js">Physics Extension (RAPIER)</a></li>
</ul>
<br>
<a href="" style="color: red;">Getting Started</a> <br>
<a href="" style="color: red;">Demos</a><br>
</div>
</body>
</html>