home *** CD-ROM | disk | FTP | other *** search
/ 3D Color Clip Art / 3D_Color_Clip_Art.bin / 3d-progs / rad386 / radfilte.1 < prev    next >
Text File  |  1996-11-15  |  2KB  |  63 lines

  1. .TH RADFILTER(1)
  2. .SH NAME
  3. radfilter - a filter to convert 
  4. .I Radiance
  5. input scene to the scene description understood by
  6. .I Rad.
  7. .SH SYNOPSIS
  8. .B "radfilter \[ options \]"
  9.  
  10. ex: radfilter -n 1000 < room.rad > room.dat
  11. .SH DESCRIPTION
  12. .I radfilter
  13. reads-in a 
  14. .I Radiance
  15. scene description file from standard input and writes to
  16. standard output
  17. a scene description in 
  18. .I rad
  19. input format. 
  20. .SH OPTIONS
  21. .BI "\-n patches."
  22. This option specifies the total number of patches the scene
  23. description will have. No actual breakup of primitive surfaces
  24. is done. Instead a n x n grid structure is specified with each
  25. surface where n represents the number of subdivisions of along
  26. u and v surface parametric space of the surface. The number n
  27. is arrived at by a very simple computation.
  28. The total surface area of the all the
  29. geometric primitives is computed. The approximate area of a
  30. patch is computed by dividing the total area by the number of
  31. patches. Each geometric primitive is assigned a breakup number
  32. by the area of the primitive per approximate area of the
  33. patch.
  34.  
  35. .BI "\-s."
  36. This option forces the filter to create the output file with special
  37. view parameters. Default view parameters are simple perspective 
  38. parameters. For more detail see 'input.format.doc' in the directory
  39. distrib/radiosity/doc.
  40. .PP
  41. .I Note :
  42. It must be kept in mind that
  43. .I Rad
  44. supports a very limited number of surface properties, such as
  45. diffuse and mirror surfaces for reflection and diffuse
  46. surfaces for emission. So all the
  47. .I Radiance
  48. surface properties are approximated to one of
  49. these few and hence the scene generated by the filter may be
  50. completely different as far as the surface properties are
  51. concerned.
  52. However, all the surface geometries are supported.
  53. It can be understood from the earlier description that for
  54. subdivision purpose each primitive  is assumed to be a
  55. parametric surface. As it is difficult to find a precise
  56. parametric definition of an arbitrary polygon all polygons
  57. with more than four edges are left undivided, that means, an 
  58. 1 x 1 grid structure is specified for such surfaces.
  59. .SH AUTHOR
  60. Sumant N. Pattanaik
  61. .SH "SEE ALSO"
  62. rad(1)
  63.