home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / ttddd / spec / t3d_src / changes next >
Encoding:
Text File  |  1994-05-30  |  6.7 KB  |  139 lines

  1.  
  2.         The purpose of this file is to attempt to describe the changes
  3. made since the last release.  I should have started this from the beginning,
  4. and I am sorry that I didn't.  I also apologize for the lack of documentation.
  5. Make sure to look at the README file, though, for information.
  6.  
  7.         With that, here is the list of changes:
  8.  
  9. Changes from T3DLIB38 to T3DLIB39 - 2/13/93
  10. -------------------------------------------
  11. o Bug in Rayshade, VORT, and POV output... thought objects were lights.  Fixed.
  12. o Added "TexIt" to registered release...  Applies textures to objects.
  13.   No source code will be provided for TexIt, sorry.
  14.  
  15. Changes from T3DLIB37 to T3DLIB38 - 1/31/93
  16. -------------------------------------------
  17. o I added a date to the CHANGES listing.  (So you can now tell what I was doing
  18.   instead of watching SuperBowl '93.  :-)
  19. o I made a change to the method of Shareware release.  See the README.R38 file.
  20. o DOCUMENTATION!!!  Wheee!!!  See the ".doc" files provided with the executables.
  21. o Made the entire suite compile under SAS/C 6.2 without errors or warnings.
  22. o New program: bumpit - uses algorithmic noise (courtesy of Charles Congdon...
  23.   Thanks, Charles!) to procedurally disturb the points on an object.
  24. o New program: spherize - conforms the points of an object to a unit sphere.
  25. o New program: mbb - Calculates and prints the Minimum Bounding Box of an object.
  26. o New program: set_texture_path - changes root path assignment for all textures.
  27. o New program: set_brush_path - changes root path assignment for all brushes and
  28.   stencils (stencils are an old Turbo Silver thingy).
  29.  
  30. Changes from T3DLIB36 to T3DLIB37
  31. ---------------------------------
  32. o Not everybody liked or understood the concept of "filters" so I have,
  33.   where possible, made the conversion programs accept command-line arguments,
  34.   instead of forcing people to use pipes or redirect the stdin and stdout of
  35.   the filter.
  36. o I also made it so that all programs, when given the "-help" flag, print
  37.   usage information.
  38. - Support for LightWave3D object files has been started, but not finished.
  39. o Support for the undocumented "TXT2" chunk has been added.  This is the
  40.   Imagine 2.0 "texture" chunk that includes parameters, texture axis
  41.   information, a boolean for "Apply to Children", and subgroup restrictions.
  42. * Support for Staging files.  F/X aren't supported yet, possibly others.
  43.   Reads/writes text *and* IFF "staging" files, in the same manner as TTDDD/TDDD
  44.   files.
  45.  
  46. Changes from T3DLIB35 to T3DLIB36
  47. ---------------------------------
  48. o Minor update that fixes a T3DLIB bug that was tickled by "igensurf"...
  49.   If the first line had a valid TTDDD command on it, readwrite croaked.
  50.   Two lines fixed it.  Sorry about that.
  51.  
  52. Changes from T3DLIB34 to T3DLIB35
  53. ---------------------------------
  54. o Thanks to Scott Ellis, Amiga executables are provided in the files:
  55.   T3DLIB35_68000exe.lha  (68000, non-FPU version)
  56.   T3DLIB35_68030exe.lha  (68030, FPU version)
  57.   Note that these were compiled with SAS/C, and so they do not have that bogus
  58.   restriction of running only under version 2.04 of the operating system like
  59.   the R33 version of the executables had!
  60.   Yahoo!  Thanks, Scott!
  61. o So as to reduce the amount of confusion, I went ahead and bumped the revision
  62.   number, because the README file changed, as did the Makefile.Amiga.
  63.  
  64. Changes from TTDDDLIB33 to T3DLIB34
  65. -------------------------------------
  66. o Added support for AutoCAD's DXF files (without having AutoCAD).  If someone
  67.   wishes to send me DXF examples that include "Layers" for use in assigning
  68.   different levels in an object's hierarchy, I will attempt to implement that
  69.   too.
  70. o Added support for POV-Ray 1.0.  The input file format is rather restrictive,
  71.   in my humble opinion (specifically regarding describing complex object
  72.   hierarchies and applying textures to unions of shapes), which forced me to
  73.   color ("texture") each triangle individually instead of applying a texture
  74.   to a child object and overriding it on a triangle-basis if need be.
  75.   Drew Wells, leader of the POV-Ray project, says that a future version will
  76.   address my concerns.  Anyway, all this means that the POV files will be
  77.   quite large for a medium- to high-complexity object.
  78. o I added more documentation to the README.R34 file, describing uses of this
  79.   package.  Yes, better and more complete documentation must still be written.
  80. o Essence 1.0 has already shipped.  :-)  (Just thought I would throw this in
  81.   here even though it has nothing to do with T3DLIB.  :-)
  82. o I changed the names of the archives to T3DLIB, which is much easier to say.
  83.   :-)
  84. o I removed the "ext2int" program, which was simply a link to "readwrite"
  85.   anyway.
  86.  
  87. Changes from TTDDDLIB31 to TTDDDLIB33 (ooops, forgot to update this at 32)
  88. -------------------------------------
  89. o First, the "readwrite" filter (aka ext2int) can now output Imagine object
  90.   files directly (in the TDDD format) when given the "-tddd" option (or "-t" for
  91.   short).  Also, for some time now it has already had the ability to read either
  92.   TDDD *or* TTDDD files without you having to specify which is which.
  93.  
  94. o This release supports a number of new Imagine 2.0 TDDD "chunks", including
  95.   the following:
  96.  
  97.         SPC1 - Specular default
  98.         PRP1 - Object properties
  99.         EFLG - Edge flag
  100.         FGRP - Face subgrouping
  101.  
  102. Changes from TTDDDLIB29 to TTDDDLIB31 (yep, no release 30)
  103. -------------------------------------
  104. o Fixed a bug in writetddd that caused incorrect reading of real numbers
  105.   such as "-.5" with no digits before the decimal point.  Thanks, Paul,
  106.   for pointing this out!  Also added exponential notation support in case
  107.   some program decided to generate them.
  108.  
  109. Changes from TTDDDLIB28 to TTDDDLIB29
  110. -------------------------------------
  111. o I have decided to include "writetddd" with the distribution so that it
  112.   will be much more useful to even those people who do not register for
  113.   this shareware (the majority, I'm afraid).  Now you can pipe the output
  114.   of any of the programs that create TTDDD file through "writetddd" and
  115.   get Imagine-compatible objects.
  116.  
  117. Changes from TTDDDLIB27 to TTDDDLIB28
  118. -------------------------------------
  119. o Ooops.  I forgot to include "merge.c" in the archive.
  120.  
  121. Changes from TTDDDLIB26 to TTDDDLIB27
  122. -------------------------------------
  123. o Speed-up and bug fix (which caused it to hang) in "merge.c"
  124.  
  125. Changes from TTDDDLIB25 to TTDDDLIB26
  126. -------------------------------------
  127. o Added "merge_World()" function in "merge.c"
  128.   This routine optimizes points and edges in an object hierarchy
  129.   by removing duplicates.
  130. o Added the "-m" flag to "ext2int" to optionally "merge" the object
  131.   before outputing.
  132.  
  133. Changes from TTDDDLIB24 to TTDDDLIB25
  134. -------------------------------------
  135. o Bug fix in read.c and readtddd.c
  136.   read.c was calling an external "malloc_arrays()" such that its static
  137.   variables "defclst", etc. were not being used.
  138.  
  139.