Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
601 B

  1. Description
  2. quadgrid is a tool that generates quadrilateral meshes at a given
  3. resolution. This program generates a VRML1 file that goes to the standard
  4. ouptut stream. Such meshes are useful for well-illuminated walls, since
  5. light sources such as spotlights or attenuated lights have enough vertices
  6. to show good, smooth dropoffs.
  7. Note that the generated panel is in the Z=0 plane, and both X and Y range
  8. from -1 to +1.
  9. Exmaple Uses
  10. quadgrid 10 >panel10x10.wrl // Generates a 10x10 panel
  11. quadgrid 10 20 >panel10x20.wrl // Generates a 10x20 panel