Subversion Repositories Kolibri OS

Rev

Rev 8047 | Rev 8666 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8047 Rev 8232
Line -... Line 1...
-
 
1
View3ds 0.070 - VII 2020
-
 
2
 
-
 
3
1. Some keys support by Leency.
-
 
4
2. New displaying model - real Phong - real not fake normal vector interpolation,
-
 
5
   normalising it and calculating  dot product (one for each light).
-
 
6
   It requires SSE3.  (by me, Maciej Guba)
-
 
7
-----------------------------------------------------------------------------------
-
 
8
 
-
 
9
View3ds 0.069 - May 2020
1
View3ds 0.069 - May 2020
10
1. KPacked files support by Leency.
2
1. KPacked files support by Leency.
11
2. 32bit vertices indexes and ability to load whole RAM limited objects.
3
2. 32bit vertices indexes and ability to load whole RAM limited objects.
12
   (Above 65535 vertices and triangles), (by me).
4
   (Above 65535 vertices and triangles), (by me).
13
3. I switch off painters algotithm mode (depth sorting). In app impelementetion it has
5
3. I switch off painters algotithm mode (depth sorting). In app impelementetion it has
14
   limited vertices count and produce less quality image than Z buffer Catmull algo.
6
   limited vertices count and produce less quality image than Z buffer Catmull algo.
15
   In addition this switch off reduces app size, (by me).
7
   In addition this switch off reduces app size, (by me).
16
-----------------------------------------------------------------------------------
8
 
-
 
9
-----------------------------------------------------------------------------------
17
 
Line 10... Line 18...
10
 
18
View3ds 0.068 - XI 2016
11
View3ds 0.068 - XI 2016
19
1. Editing option - new 'editor' button.
12
1. Editing option - new 'editor' button.
20
2. For now I disable perspective correction, to make implemtation