home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 77 / af077sub.adf / R3D / Mesh2TDD.lzx / Mesh2TDDD / Mesh2TDDD.doc < prev    next >
Text File  |  2014-01-20  |  4KB  |  101 lines

  1. ####################################################################
  2. #                                                                  #
  3. #       Mesh2TDDD v0.2 (6 August 1995) - ©1995 by A.Maschke        #
  4. #                                                                  #
  5. ####################################################################
  6.  
  7. CONTENTS
  8.  
  9. 1. Introduction
  10. 2. Example
  11. 3. Author/Registration
  12. 4. History/TODO
  13.  
  14. 1. Introduction
  15. --------------------------------------------------------------------
  16.  The program Mesh2TDDD converts meshes you can create with
  17.  Real3D into TDDD-objects.
  18.  
  19.  Advantages:
  20.   -you can use all the nice modelling-facilities of Real3D
  21.   -meshes can be remapped using Real3D
  22.    (to get "ultra"-smooth-objects)
  23.   -there is a demo-version of Real3D you can save, load,
  24.    create and modify meshes !!!
  25.   -the program is fast and belongs to the Dust-project,
  26.    for $25 you get LOTS of software (see section 3)
  27.  
  28.  Convention:
  29.   -only simple objects containing one mesh at one level
  30.    are accepted
  31.  
  32.  
  33.  
  34.    Usage: Mesh2TDDD <Real3D-object> [TDDD-object] [options]
  35.  
  36.  Options: -closeu    = close the object in u-direction
  37.           -closev    = close the object in v-direction
  38.           -removecp  = remove control-points from OPEN meshes
  39.           -dontscale = don't scale the object to "good" values
  40.  
  41.    Notes: 1. You have to merge closed meshes after loading in Imagine
  42.           2. The removecp-option is usefull for open meshes
  43.              because the control-points are invisible
  44.           3. How to choose the right direction ?
  45.               a) try it out
  46.               b) choose the menu "Modify/Freeform/'Open/Close'"
  47.                  in Real3D (the marked button indicates the direction)
  48.           4. If removecp is set the close*-parameters will
  49.              be ignored
  50.           5. If you want to convert groups you have to set the
  51.              dontscale-parameter
  52.  
  53. 2. Example
  54. --------------------------------------------------------------------
  55. a)
  56.  -Enter your Demo-version of Real3D, open a "View"-window.
  57.  -Create a fractal landscape choosing the menu
  58.  "Create/Freeform/Factals/Landscape". Adjust the size-parameter to 9.
  59.  -click the "OK"-button
  60.  -draw a rectangle
  61.  -select the created mesh "mesh" opening a "Select"-Window
  62.  -save it as "landscape9"
  63. b)
  64.  -Choose the menu "Modify/Freeform/Remap" to make the object
  65.   smoother
  66.  -enter 16 in both of the string-gadgets
  67.  -Press the "OK"-button and save the object as "landscape16"
  68. c)
  69.  -convert the meshes typing
  70.    "mesh2tddd landscape9" and "mesh2tddd landscape16"
  71.  -start Imagine's Detail-Editor and load the
  72.   objects "landscape9.tddd" and "landscape16.tddd"
  73.  -the one object should be smoother
  74.  
  75. 3. Author/Registration
  76. --------------------------------------------------------------------
  77.  The Mesh2TDDD-package belongs to the Dust-project, to get
  78.  registered for Dust2.02, DustMD and Mesh2TDDD send
  79.  $25+postage to the author:
  80.  
  81.                          Andreas Maschke
  82.                          Zenkerstraße 5
  83.                          06108 Halle/Saale
  84.                          Germany
  85.  
  86.                    Phone: ++49 (0)345/5170331
  87.                    EMail: epgbc@cluster1.urz.Uni-Halle.DE
  88.  
  89. 4. History/TODO
  90. --------------------------------------------------------------------
  91.  
  92. History
  93.  v0.1 (30 July 1995)  - seems to work
  94.  v0.2 (6 August 1995) - needs less memory,
  95.                         closed meshes,
  96.                         remcp-option,
  97.                         maybe a little bit faster on slow machines
  98. TODO
  99.  -change output-resolution (smooth objects)
  100.  -more TDDD-options
  101.