-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.html
More file actions
106 lines (103 loc) · 2.67 KB
/
release.html
File metadata and controls
106 lines (103 loc) · 2.67 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TRender Release Notes</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 Release Notes</h1>
<h2>v.3.1.0</h2>
<p>
Project file exporting
</p>
<h2>v.3.0.0</h2>
<p>
Advanced model manipulation using face, and edge selection and extrustions.
</p>
<h2>v.2.9.0 (Unreleased)</h2>
<p>
Viewplane intesection and mouse based selection.
</p>
<h2>v.2.8.0 (Unreleased)</h2>
<p>
Blinn-Phong Rendering
</p>
<h2>v.2.7.0 (Unreleased)</h2>
<p>
Importation of 3d object files (obj) and right tab for manipulating coordinates.
</p>
<h2>v.2.6.0 (Unreleased)</h2>
<p>
Adding primitive objects added and project exporting by copying code or download.
</p>
<h2>v.2.5.0 (Unreleased)</h2>
<p>Object and vertex manipulation by graphical controls.</p>
<h2>v.2.4.3 (Unreleased)</h2>
<p>
Face definitions and multi vertex selection.
</p>
<h2>v.2.4.2 (Unreleased)</h2>
<p>
Object rotation and scaling.
</p>
<h2>v.2.4.1 (Unreleased)</h2>
<p>
Object Translation by value editing.
</p>
<h2>v.2.4.0 (Unreleased)</h2>
<p>
Vertex Translation and Camrea Translation by editing values,
</p>
<h2>v.2.3.0 (Unreleased)</h2>
<p>
Animation support and framerate correction.
</p>
<h2>v.2.2.0 (Unreleased)</h2>
<p>
Simple Flat shading algorithm
</p>
<h2>v.2.1.0 (Unreleased)</h2>
<p>
X axis rotation, Triangle model support.
</p>
<h2>v.2.0.0 (Unreleased)</h2>
<p>
Shaders, and y axis rotation. Removal of edges on 1.3 models. 1.2 still supported.
</p>
<h2>v.1.9.0 (Unreleased):</h2>
<p>
Custom coloring on faces, mouse movement
</p>
<h2>v.1.8.0:</h2>
<p>
Introduced painter's algorithm, depth based lighting, updated models, outline, and corrected sizing. 1.0 models are no longer supported. Falling is now faster.
</p>
<h2>v.1.7.0:</h2>
<p>
Smooth movement, and controls introduced.
</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, Fullscreen, and Window resizing adaptive. Introduced vert, edge, and face counter and an edge and face renderer.
</p>
<h2>v.1.2.0:</h2>
<p>
Introduced stats.
</p>
<h2>v.1.0.0</h2>
<p>
Initial Release, Vertex Rendering with 5x5 points, jumping and gravity physics added.
</p>
<a href='./'>Release</a>
</div>
</body>
</html>