-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
52 lines (34 loc) · 1.58 KB
/
ChangeLog
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
Differences from 1.07b to 1.07a
--------------------------------
* Fixed a bug, which resulted in lack of small spheres on the
second scene.
* Added CPU autodetection to the GUI.
Differences from 1.06a to 1.07a
--------------------------------
Version 1.07a is pinned at revision 122.
* New GUI, which features result browser, result compare and direct
result upload to the server
* Loop options were broken in 1.06a, fixed;
* Added adaptive antialiasing, with several FSAA patterns defined;
* Added parallel view mode;
* Added realistic soft shadows;
* Shadows are now cast on spheres, too. Meshes also cast shadows
(currently only convex meshes are supported);
* Better multithreading, shadow rendering is multithreaded, shaders
are multithreaded and speeded up;
Differences from 1.05b to 1.06a
--------------------------------
* Advanced prefiller sphere mapping resulting in better smoothing of
sphere edges.
* Added triangle rendering support. Currently the following features are
implemented:
- Phong Shading
- Stochastic (perlin noise) intensity offset mapping
- Reflections (optimized)
- Texture mapping
- Normal mapping
* Floor texture should now be smoother
* Added proper mipmap selection for sphere and triangle reflections
* Autodetecting number of CPUs
* Added "Object Glow" effect
* Fixed a string of minor bugs