Skip to content
Christoph Lipka edited this page Jun 16, 2021 · 4 revisions

Guidelines

NOTE: This whole thing is a DRAFT ONLY for now!

  • Feel free to create new pages for the individual scenes to review, if you find something worth of note. (Please use Markdown edit mode.)
  • Feel free to add comments if you find something worth of note that hasn't been mentioned yet.
  • Feel free to add files that have slipped through the cracks somehow.
  • Please do NOT delete comments made by others.
  • Please do NOT tick off boxes unless you're sure about it.

Also, feel free to leave a comment at the bottom of this page if you have any suggestions how to improve this vetting process.

We have the following groups of scenes (and similar) to review:

Sample Scenes

Odds & Ends

Related Files

  • include: The include files shipping with POV-Ray
  • Insert Menu: Code snippets provided for use with POV-Ray for Windows

Review Criteria

For now, please review each scene under the following criteria:

  • Does it match formal standards?
    • Does it carry licensing information in its header comments?
  • Does it match basic technical standards?
    • Does it render without any warnings?
    • Does it start with a #version directive?
    • Does it start with at least a #version 3.7; directive (or is there a variant of the scene that does)?
    • Does it provide information about the recommended resolution in a standardized format, that is:
      • as part of its accompanying INI file, if any (e.g. +w800 +h600), and/or
      • as a dedicated comment line in its header (e.g. // +w800 +h600)?
    • Is there a corresponding image in the scenes/previews tree? If so,
      • does the preview image file name exactly match the scene directory or file name?
      • Is the preview image up to date?

If an image is flawless with respect to these criteria, please tick off the "Passes baseline checks" box. Otherwise, please leave a corresponding comment, either here in the Wiki or on issue #419

At a later stage, we might also want to review the scenes under the following criteria:

  • Does it match further technical standards?
    • (TBD)
  • Does it match aesthetic standards?
    • Does it look reasonably bright (neither washed out nor overly dark)?
    • Does it look undistorted (when rendered at the recommended resolution)?
    • Is it free from artifacts?
    • Is it free from other oddities?

Suggested Improvements

(TBD)