Subversion Repositories Kolibri OS

Rev

Rev 8666 | Rev 9237 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. View3ds 0.072 - march 2021
  3. 1. New displaying model - texturing with bilinear filtering and transparency
  4.     simultanusly. Note that filtering is done only inside polygon. To better
  5.     quality of image there is a need to use floats coordinates of texture to pass
  6.     as arguments to single triangle rendering proc.
  7. 2. Optimizations.
  8. 3. SSE3 version runs correct on SSE2 cpus, but real phong, glass and
  9.     transparented texturing with filtering rendering models are disabled.
  10. -----------------------------------------------------------------------------------
  11.  
  12. View3ds 0.071 - VIII 2020
  13. 1. New displaying model - glass -  it's two pass rendering. First pass calculates
  14.    Z position of all front pixels, second render image with adding reflective
  15.    component of light only for front pixels. Transparent effect by adding with saturation.
  16. 2. I removed bug with performing generation object after choosing 'emboss' option.
  17. -----------------------------------------------------------------------------------
  18.  
  19. View3ds 0.070 - VII 2020
  20. 1. Some keys support by Leency.
  21. 2. New displaying model - real Phong - real not fake normal vector interpolation,
  22.    normalising it and calculating  dot product (one for each light).
  23.    It requires SSE3.  (by me, Maciej Guba)
  24. -----------------------------------------------------------------------------------
  25.  
  26. View3ds 0.069 - May 2020
  27. 1. KPacked files support by Leency.
  28. 2. 32bit vertices indexes and ability to load whole RAM limited objects.
  29.    (Above 65535 vertices and triangles), (by me).
  30. 3. I switch off painters algotithm mode (depth sorting). In app impelementetion it has
  31.    limited vertices count and produce less quality image than Z buffer Catmull algo.
  32.    In addition this switch off reduces app size, (by me).
  33. -----------------------------------------------------------------------------------
  34.  
  35. View3ds 0.068 - XI 2016
  36. 1. Editing option - new 'editor' button.
  37. 2. For now I disable perspective correction, to make implemtation
  38.    of editing option easier.
  39. -----------------------------------------------------------------------------------
  40.  
  41. View3ds 0.067 - XI 2016
  42. 1. Sizable app window.
  43. -----------------------------------------------------------------------------------
  44.  
  45. View3ds 0,066 - X 2016
  46. 1. App window size according to current screen resolution.
  47. 2. New emboss procedure.
  48. -----------------------------------------------------------------------------------
  49.  
  50. View3ds 0.065 - Feb 2015
  51. 1. Asc files support.
  52. -----------------------------------------------------------------------------------
  53.  
  54. View3ds 0.064 - Nov 2012
  55. 1. Bug fixes.
  56. -----------------------------------------------------------------------------------
  57.  
  58. View3ds 0.063 - X 2012
  59. 1. Postprocessing effect - wave. Ability to change amplitude and frequency.
  60. -----------------------------------------------------------------------------------
  61.  
  62. View3ds 0.062 - VII 2012.
  63. 1. Counter fix by Mario.
  64. 2. New drawing model - smooth shaded lines (edges only view) by me.
  65. -----------------------------------------------------------------------------------
  66.  
  67. View3ds 0.061 - Nov 2011.
  68. 1. Two new buttons to increase and decrease brightness.
  69. -----------------------------------------------------------------------------------
  70.  
  71. View3ds 0.060 - Aug 2011.
  72. 1. Header fix by Leency.
  73. 2. SSE2 optimizations by me. (Most visable in BUMP_TEX mode.)
  74. -----------------------------------------------------------------------------------
  75.  
  76. View3ds 0.059 - June 2011.
  77. 1. Bump and pararell two texture  mapping functions optimizations.
  78.    (files bump_cat.inc & two_tex.inc)
  79.    On my P4 changes are rather non visable, but on dual core in KlbrInWin
  80.    optimizations runs preety nice.
  81. -----------------------------------------------------------------------------------
  82.  
  83. View3ds 0.058 - June 2011.
  84. 1. Blur function optimization on SSE and SSE2 (buttons 'blur' and 'fire').
  85. -----------------------------------------------------------------------------------
  86.  
  87. View3ds 0.057 - April 2011.
  88. 1. By opening file bigger then ~18 KB, and choosing env mode program terminate.
  89.    I remove this bug
  90. -----------------------------------------------------------------------------------
  91.  
  92. View3ds 0.056 - February 2011.
  93. 1. MMX optimizations in 2tex mode (file two_tex.inc).
  94. 2. Tiny SSE optimizations (file BUMP_CAT.INC).
  95. 3. Bit (two instructions) improved random light generation procedure.
  96. -----------------------------------------------------------------------------------
  97.  
  98. View3ds 0.055 - January 2011.
  99. 1. SSE optimizations (file BUMP_TEX.INC).
  100. 2. Compiles correctly in newest FASM.
  101. -----------------------------------------------------------------------------------
  102.  
  103. View3ds 0.054 - December 2009 (Updated January 2010).
  104. 1. Skinned window by Leency.
  105. 2. Optimizations.
  106. 3. Re map texture, bumps option - allow spherical mapping around each axle (X,Y,Z).
  107. 4. Problem with too small memory to generate object fixed. (Problem ocurred with
  108.    house.3ds object and others objects contains less than 1000 faces and points).
  109. -----------------------------------------------------------------------------------
  110.  
  111. View3ds 0.053 - (?) 2009
  112. 1. Optimizations.
  113. -----------------------------------------------------------------------------------
  114.  
  115. View3ds 0.052 - November 2007.
  116. 1. Memory for file is allocated dynamically.
  117. 2. Optimizations.
  118. Note: compiling correct only for KolibriOS.
  119. -----------------------------------------------------------------------------------
  120.  
  121. View3ds 0.051 - October 2007.
  122. 1. More smooth texture mapping in tex and txgr shading model and others based on
  123.    tex3.inc, tex_cat.inc shading models.
  124. 2. Predefined three, I hope, nice lights.
  125. -----------------------------------------------------------------------------------
  126.  
  127. View3ds 0.05 - (?) 2007
  128. 1. New shading model: cubic environment mapping with 1.5 kb light buffer.
  129. 2. Bumps optionally according to texture. ( It gives so called texture with
  130.    shifts in bumps + texture shading model. )
  131. 3. Bumps depth button.
  132. -----------------------------------------------------------------------------------
  133.  
  134. View3ds 0.04 - March 2007.
  135. 1. New shading model: bump + texture.  Only version with z coordinate
  136.    interpolation.
  137. 2. SSE optimizations ( files: two_tex.inc and bump_tex.inc )
  138. -----------------------------------------------------------------------------------
  139.  
  140. View3ds 0.03 - March 2007.
  141. 1. Two shading models: smooth + texture, spherical environment mapping + texture.
  142.    Version only with z coordinate interpolation.
  143. 2. Bit changed rotary. I took attempt in SSE instuctions. ( matrix multiplication )
  144. 3. Color position depend drawing model  instead spot light ( I hope,spot light come
  145.    back in future ).
  146. -----------------------------------------------------------------------------------
  147.  
  148. View3ds 0.02 - December 2006.
  149. 1. New shading models - "spot" - spot light (only one, it's very CPU hungry model,
  150.    and there is no easy way to implement buffer) with light attenuation (In my
  151.    implmentation works not perfect); "dots" - app draws only points (with no culling).
  152. 2. Some loseless operations "mirror": according to each axis, rotary 90 degrees.
  153. 3. Postprocesing efects: Emboss (use blur to make edges more visable), fire ( be
  154.    carefull during `fire + embos`parallel using).
  155. 4. "Move" -  Changes meaning of 'add vector' buttons:
  156.    used "obj"  move  object, "camr" move camera (in this option use culling = 'off'
  157.    I must make culling procedure bit advanced).
  158. 5. Generate button. Few objects generating (with bad normals)
  159. 6. Some optimizations on MMX.
  160. 7. I took an attempt to memory managing functions, but it decreased speed (no aligned
  161.    memory in Menuet functions?)
  162.  
  163. There is really much work to do and I see disorder in app code.
  164. Greetings for all, especially Madis Kalme for .3ds files support and good vibrations.  ;)
  165. Merry Christmas and happy new year.
  166. -----------------------------------------------------------------------------------
  167.  
  168. App View3ds ver 0.01 - November 2006.
  169. 1. Object generating (for now only one). When no parameter specified or error occured
  170.    during reading file from disk, app generate object. No teapot.3ds needed on ramdrive,
  171.    but, if this file exist it would be read as default.
  172. 2. Bug in read_from_file procedure fixed. (In  May, when I made shading light vector
  173.    depend, I demaged bit Madis' procedure.)
  174. 3. Backface culling on/off option. (Some objects need culling off - they have mismatched
  175.    normal vectors. Example: iron.3ds, sink.3ds, the generated one.)
  176. 4. Random lights procedure.
  177. 5. Spherical (instead old - planar ) bump, texture mapping.
  178. 6. Bit improved menu.
  179. 7. Blur.
  180. -----------------------------------------------------------------------------------
  181.  
  182. App "View3ds" - it's very early, still unfinished version but I want show you it.
  183. Based on earlier demos.
  184. 1. 3ds object import as a parameter ( for now only short names supported )
  185.    I updated Kfar app - it can run view3ds with parameter. You must copy it on
  186.    ramdrive. You could do such funny thing: Run updated Kfar in KolbrInWin,
  187.    before them set in KolInWin.ini file path to ramdrive, where yo have "view3ds",
  188.    choose 3ds file ... Emulator will run View3ds with selected file.
  189.    If no parameter specified, app try open tpot.3ds from ramdrive. If tpot.3ds
  190.    don't exist on rd, app hang.
  191. 2. Many lights. Every light - unlinear model ( Phong illumination ). For now
  192.    no light setting option.
  193. 3. Light buffer for grd, flat model.