home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 11 / CD_ASCQ_11_0294.iso / maj / 2328 / readme < prev    next >
Text File  |  1993-11-24  |  3KB  |  58 lines

  1. ┌─────────┬────────────────────────────────┬───────────────────────────────┐
  2. │ Name:   │ L-PARSER/VIEWER PACKAGE        │ (C) RenderStar Technology BV. │
  3. ├─────────┼────────────────────────────────┼──────────┬───────┬────────────┤
  4. │ Author: │ Laurens J. Lapre               │ Version: │  2.1  │ 1993-11-23 │
  5. ├─────────┴────────────────────────────────┴──────────┴───────┴────────────┤
  6. │ RenderStar Technology BV, Keizersgracht 448                              │
  7. │ 1016 GD Amsterdam, the Netherlands                                       │
  8. │ Fax (+31) 20 622 4939                                                    │
  9. ├─────────┬─────────────────────┬───────────────────┬──────────────────────┤
  10. │ Email:  │ 2:283/203.8 fidonet │ 'Lj Lapre' PCGnet │  ljlapre@hacktic.nl  │
  11. └─────────┴─────────────────────┴───────────────────┴──────────────────────┘
  12.  
  13.  
  14. Changes and additions in v2.1 :
  15. ──────────────────────────────────────────────────────────────────────────── 
  16. Speedup of the lparser. Forms which used to take up to an half hour to 
  17. generate are now parsed in couple of seconds ! This makes much larger and 
  18. complexer l-systems posible and workable (see the gif images on disc). Much 
  19. higher recursions levels are now also attainable.
  20.  
  21. The -i option is removed since the time to parse a complex form is very 
  22. much shorter now. Maximum production string length is now about 1.5 million 
  23. chars.
  24.  
  25. Count downs on expanding and parsing to track the status of the parser. The 
  26. number after expanding counts down from the number of recursions to 1, the 
  27. number after parsing is the percentage yet to process. On completion you 
  28. will get the total production string size in chars and the total number of 
  29. objects written to the output files.
  30.  
  31. Echoing the input l-system and extra information to the screen is now an 
  32. option (-e). Using the -e option will give screen feedback as was outputed 
  33. in v2.0.
  34.  
  35. Lviewer exits when no polygons are found to display.
  36.  
  37. Lv2povid can now convert all output files into ready-to-trace POV (1 or 2) and 
  38. Vivid/BOB scenes, using the a viewport selected in the lviewer. See lv2povid.doc.
  39.  
  40. Values can have some randomness automaticly added to them. Using ~(xx) will 
  41. now add a random direction component to the current orientation with maximum 
  42. of xx in all three directions. This way you can mark at which locations in 
  43. your l-system 'jitter' needs to be introduced. Using this option no two 
  44. 'intances' of the same l-system will look the same. See fern.ls for an 
  45. example.
  46.  
  47. With the (new) -i option you can generate a connected set of base forms based 
  48. on a 8 sided cylinder element. It will connect the bottom part of the 
  49. cylinder to a previous top part.
  50.  
  51. If the string gets to large to fit in the reserved production string area 
  52. you will get the message "incomplete".
  53.  
  54. The -s [num] option to set the maximum size of the production string for 
  55. better memory sizing. 
  56. ──────────────────────────────────────────────────────────────────────────── 
  57.  
  58.