home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / radiance / simplerd.lha / simplerad / FinalFTP / radopts < prev    next >
Encoding:
Text File  |  1992-07-13  |  1.7 KB  |  31 lines

  1. #######################################################################
  2. #
  3. # Radiosity program default options. Set environment variables to
  4. # choose program options, not specified in command line.
  5. #
  6. # Revision 1.0                                                      
  7. # July, 1992                                                         
  8. #######################################################################
  9. unsetenv PR* FF*        # clear out old variables
  10. setenv PR_prims "/cs/u/g-kwok/rad/src/FinalFTP/Prims/data"
  11.             # Path where meshed primitive data files reside.
  12.             # MUST be set if using primitives !
  13. setenv PR_prcs 0    # Don't log input/output geometry
  14. setenv PR_debug 0       # No debugging
  15. setenv PR_display 1     # Display intermediate results
  16. setenv PR_maxsub 0    # No adaptive subdivision = maximum subdivision level of 0
  17. setenv PR_adjsamp 1    # Use adaptive sampling
  18. setenv PR_analyt 1    # Use analytic form factors for special cases
  19. setenv PR_grid 1        # Use object bounding volume hierarchy to speed ray-casting
  20. setenv PR_pgrid 1       # Use polygon bounding volume hierarchy to speed ray-casting
  21. setenv PR_maxiter 100   # Maximum # of iterations before halting
  22. setenv PR_walk 1        # Output results for walk-through program
  23. setenv PR_rcull 1       # Use receiver + source plane culling
  24. setenv PR_quadtri 1     # There are only quadrilaterals and triangles in scene
  25. setenv PR_shaft 0       # Use shaft culling algorithm
  26. setenv PR_cstrag 2      # 0-closed, 1-open, 2-overlap open, 3-ratio open shaft culling
  27. setenv PR_amb 1         # Use ambient term
  28. setenv FF_perarea 0.1   # Minimum area percentage of average poly area before
  29.             # halting subdivision.
  30. setenv FF_mindiff 0.015 # minimum ff edge difference before subdividing patches
  31.