-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.html
More file actions
40 lines (37 loc) · 927 Bytes
/
versions.html
File metadata and controls
40 lines (37 loc) · 927 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TRender Version Browser</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href='favicon.ico' rel='icon' type="image/x-icon"/>
</head>
<body>
<div id='fullview'></div>
<div class="container">
<h1>TRender Version Browser</h1>
<h2>v.1.8.0:</h2>
<p>
Introduced painter's algorithm, depth based lighting, updated models, and corrected sizing.
</p>
<h2>v.1.7.0:</h2>
<p>
-
</p>
<h2>v.1.6.0</h2>
<p>
Introduced pillars, rotation matricies, strafing and angle based movement.
</p>
<h2>v.1.5.0</h2>
<p>
Scene rendering system, Hard-Coded model loader
</p>
<a href='./'>Stable Release</a>
<!--
<a href='https://trender-beta.doingy.repl.co'>Beta</a>
<a href='https://output.jsbin.com/qehihop'>Dev Beta</a>
-->
</div>
</body>
</html>