Subversion Repositories Kolibri OS

Rev

Rev 6619 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5486 leency 1
 
6648 leency 2
1. App window size according to current screen resolution.
3
2. New emboss procedure.
4
-----------------------------------------------------------------------------------
5
6
 
6619 leency 7
1. Asc files support.
8
-----------------------------------------------------------------------------------
9
10
 
5486 leency 11
1. Bug fixes.
3066 leency 12
-----------------------------------------------------------------------------------
13
14
 
15
1. Postprocessing effect - wave. Ability to change amplitude and frequency.
16
-----------------------------------------------------------------------------------
17
18
 
19
1. Counter fix by Mario.
20
2. New drawing model - smooth shaded lines (edges only view) by me.
21
-----------------------------------------------------------------------------------
22
23
 
2736 leency 24
1. Two new buttons to increase and decrease brightness.
25
-----------------------------------------------------------------------------------
26
27
 
2193 leency 28
1. Header fix by Leency.
29
2. SSE2 optimizations by me. (Most visable in BUMP_TEX mode.)
30
-----------------------------------------------------------------------------------
2736 leency 31
2193 leency 32
 
1979 yogev_ezra 33
1. Bump and pararell two texture  mapping functions optimizations.
34
   (files bump_cat.inc & two_tex.inc)
35
   On my P4 changes are rather non visable, but on dual core in KlbrInWin
36
   optimizations runs preety nice.
37
-----------------------------------------------------------------------------------
38
39
 
40
1. Blur function optimization on SSE and SSE2 (buttons 'blur' and 'fire').
6619 leency 41
-----------------------------------------------------------------------------------
1979 yogev_ezra 42
6619 leency 43
 
1931 yogev_ezra 44
1. By opening file bigger then ~18 KB, and choosing env mode program terminate.
45
   I remove this bug
46
-----------------------------------------------------------------------------------
47
48
 
49
1. MMX optimizations in 2tex mode (file two_tex.inc).
50
2. Tiny SSE optimizations (file BUMP_CAT.INC).
51
3. Bit (two instructions) improved random light generation procedure.
52
-----------------------------------------------------------------------------------
53
54
 
1819 yogev_ezra 55
1. SSE optimizations (file BUMP_TEX.INC).
56
2. Compiles correctly in newest FASM.
57
-----------------------------------------------------------------------------------
58
59
 
60
1. Skinned window by Leency.
61
2. Optimizations.
62
3. Re map texture, bumps option - allow spherical mapping around each axle (X,Y,Z).
63
4. Problem with too small memory to generate object fixed. (Problem ocurred with
64
   house.3ds object and others objects contains less than 1000 faces and points).
65
-----------------------------------------------------------------------------------
66
67
 
68
1. Optimizations.
69
-----------------------------------------------------------------------------------
70
71
 
72
1. Memory for file is allocated dynamically.
73
2. Optimizations.
74
Note: compiling correct only for KolibriOS.
75
-----------------------------------------------------------------------------------
76
77
 
78
1. More smooth texture mapping in tex and txgr shading model and others based on
79
   tex3.inc, tex_cat.inc shading models.
80
2. Predefined three, I hope, nice lights.
81
-----------------------------------------------------------------------------------
82
83
 
84
1. New shading model: cubic environment mapping with 1.5 kb light buffer.
85
2. Bumps optionally according to texture. ( It gives so called texture with
86
   shifts in bumps + texture shading model. )
87
3. Bumps depth button.
88
-----------------------------------------------------------------------------------
89
90
 
91
1. New shading model: bump + texture.  Only version with z coordinate
92
   interpolation.
93
2. SSE optimizations ( files: two_tex.inc and bump_tex.inc )
94
-----------------------------------------------------------------------------------
95
96
 
97
1. Two shading models: smooth + texture, spherical environment mapping + texture.
98
   Version only with z coordinate interpolation.
99
2. Bit changed rotary. I took attempt in SSE instuctions. ( matrix multiplication )
100
3. Color position depend drawing model	instead spot light ( I hope,spot light come
6619 leency 101
   back in future ).
1819 yogev_ezra 102
-----------------------------------------------------------------------------------
103
104
 
105
1. New shading models - "spot" - spot light (only one, it's very CPU hungry model,
106
   and there is no easy way to implement buffer) with light attenuation (In my
107
   implmentation works not perfect); "dots" - app draws only points (with no culling).
108
2. Some loseless operations "mirror": according to each axis, rotary 90 degrees.
109
3. Postprocesing efects: Emboss (use blur to make edges more visable), fire ( be
110
   carefull during `fire + embos`parallel using).
111
4. "Move" -  Changes meaning of 'add vector' buttons:
112
   used "obj"  move  object, "camr" move camera (in this option use culling = 'off'
113
   I must make culling procedure bit advanced).
114
5. Generate button. Few objects generating (with bad normals)
115
6. Some optimizations on MMX.
116
7. I took an attempt to memory managing functions, but it decreased speed (no aligned
117
   memory in Menuet functions?)
118
119
 
120
Greetings for all, especially Madis Kalme for .3ds files support and good vibrations.  ;)
121
Merry Christmas and happy new year.
122
-----------------------------------------------------------------------------------
123
124
 
125
1. Object generating (for now only one). When no parameter specified or error occured
126
   during reading file from disk, app generate object. No teapot.3ds needed on ramdrive,
127
   but, if this file exist it would be read as default.
128
2. Bug in read_from_file procedure fixed. (In  May, when I made shading light vector
129
   depend, I demaged bit Madis' procedure.)
130
3. Backface culling on/off option. (Some objects need culling off - they have mismatched
131
   normal vectors. Example: iron.3ds, sink.3ds, the generated one.)
132
4. Random lights procedure.
133
5. Spherical (instead old - planar ) bump, texture mapping.
134
6. Bit improved menu.
135
7. Blur.
136
-----------------------------------------------------------------------------------
137
138
 
139
Based on earlier demos.
140
1. 3ds object import as a parameter ( for now only short names supported )
141
   I updated Kfar app - it can run view3ds with parameter. You must copy it on
142
   ramdrive. You could do such funny thing: Run updated Kfar in KolbrInWin,
143
   before them set in KolInWin.ini file path to ramdrive, where yo have "view3ds",
144
   choose 3ds file ... Emulator will run View3ds with selected file.
145
   If no parameter specified, app try open tpot.3ds from ramdrive. If tpot.3ds
146
   don't exist on rd, app hang.
147
2. Many lights. Every light - unlinear model ( Phong illumination ). For now
148
   no light setting option.
149
3. Light buffer for grd, flat model.
150