home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / video / render / realtime.rea < prev    next >
Encoding:
Text File  |  1992-11-11  |  3.6 KB  |  93 lines

  1.                            REAL 3D Support Area
  2.  
  3. File: realtimes1.LHA
  4. Size: 142462
  5. Type: Real 3D fonts
  6. Description: 
  7.  
  8. REAL 3D EXAMPLE DISK #4
  9. -----------------------
  10.  
  11. This disk, which is in public domain, contains the first part of the 
  12. 3D font 'RealTimes'.  The letter shapes include bevelings.
  13.  
  14. The rest of the font is contained in the example disk #5.
  15.  
  16. To install the font set to your system, create a drawer 'RealTimes' under
  17. the 'Objects' drawer of your 'Real' directory. Then copy the drawers
  18. of the disks #4 and #5 under the new 'Realtimes' directory.
  19.  
  20.  
  21. Some hints
  22. ----------
  23.  
  24. If you have large reflective surfaces combined with several letters 
  25. in a scene, rendering may get slow. Sometimes remarkable speed-up can
  26. be obtained by leaving part of the letters away from reflection 
  27. calculations. For example, it may be quite enough to take the front
  28. surfaces of the letters into account in reflections.
  29.  
  30. The internal structure of the letters of this font set is such, that
  31. the letters can be manipulated easily using wildcard modifications of 
  32. Real 3D. Each letter consists of three subobjects, which have the names
  33. 'front', 'body' and 'back'. Furthermore, 'front' and 'back' consist of
  34. certain amount of polygons and some other surfaces.
  35.  
  36. This regular naming can be utilized in many ways. For example, if you 
  37. look at the letters so that the back bevelings are not at all visible, 
  38. those parts may be deleted in the following way:
  39.  
  40. - Collect all the letters under one hierarchy level (= 'word'), if they 
  41.   are not yet organized that way, and activate that level.
  42. - Select Modify->Wildard->Delete.
  43. - Activate the NAME field and type 'back?*' to the corresponding
  44.   string field, and select OK.
  45.  
  46.  
  47. If you want to make golden letters with plastic middle parts, do the
  48. following:
  49.  
  50. - Activate the letter collection as in the previous example.
  51. - Set the material of the letters to gold (Modify->Hierarchy->Material).
  52. - Select Macro->Define.
  53. - Set the material of the letters to plastic.
  54. - Select Macro->End. Now you have defined a macro for changing the material
  55.   to plastic.
  56. - Select Modify->Wildard->Macro.
  57. - Activate the NAME field and type 'body?*' to the corresponding
  58.   string field, and select OK.
  59.  
  60.  
  61. If you have letters floating above a wavy, reflective water surface and
  62. the rendering seems to be too slow:
  63.  
  64. - Activate the letter collection as in the previous example.
  65. - Select Macro->Define.
  66. - Select Extras->Info and activate NOREFLECT field.
  67. - Select Macro->End. Now you have defined a macro for activating the
  68.   NOREFLECT feature.
  69. - Select Modify->Wildard->Macro.
  70. - Activate the MATERIAL field and type the name of the material, which you
  71.   have selected for the letters ('default', etc.) to the corresponding
  72.   string field, and select OK. 
  73. - Now all primitives of the letters should have NOREFLECT property. 
  74.   Nevertheless, the front and back surfaces should not have it. Therefore:
  75. - Select Macro->Define.
  76. - Select Extras->Info and make sure that NOREFLECT field is de-activated.
  77. - Select Macro->End. Now you have defined a macro for deactivating the
  78.   NOREFLECT feature.
  79. - Select Modify->Wildard->Macro.
  80. - Activate the NAME field and type 'polyg*?' to the name string field, 
  81.   and select OK. 
  82.  
  83. Now all primitives but front and back polygons have NOREFLECT property. 
  84. Usually this means, that only about 5 % of surface elements of the letters
  85. are reflected, which may give really astonishing increase in rendering speed.
  86. Note, that the first Wildcard->Macro identification was made using material
  87. property just to easily match all the primitives. 
  88.  
  89.  
  90.  
  91. Submitted by: Bruce Brown - Genesis Digital Images
  92. Date of submission: 7 June 1992
  93.