This describes what a submission should look like. Once you have the
files of your submission together, you can send them to the IRTC via email, ftp, or the web.
- A submission must contain a JPEG image file with the .jpg
file-name extension (e.g. "foo.jpg"). See the [Image File] section.
- A submission must contain a specially formatted text
file with the .txt file-name
extension. (e.g. "foo.txt") See the [Text
File] section.
- A submission may contain a Zip archive
with the .zip file-name extension
(e.g. "foo.zip")
- The Zip file may contain any relevant material, such as source
files, image maps and so forth. You may also include a PNG format file in your
Zip archive file if you like.
- All files in a submission must have the same base-name. Meaning
that the first part of the files you submit (the part before the
extension) must all be completely identical. For example:
"clocks.jpg , clocks.txt , and clocks.zip".
- The base-name should be 8 characters or less, and may only contain
numbers ("0..9") and letters ("a..z") and underscores ("_"). Case is
not preserved. All entries will be made to conform to this
standard. Non-standard characters will be removed from names,
all extra characters will be chopped off, and all uppercase
characters will be made lowercase. These are ISO-9660 (CD-ROM)
naming restrictions.
- Your entry will be renamed if it conflicts with an already
existing entry's name. To ensure your name is unique, you may
want to look to see what names people have already used. A
common name collision avoidance technique is to use your initials
as the first few characters of your base-name.
- Submissions must be uploaded by the deadline.
If your submission is acceptable, you will be sent email which states
that your submission was accepted. If your submission is unacceptable,
you will be sent email describing what was wrong with your submission.
If you make a submission, but do not get email back within twenty-four
hours confirming it, chances are something went wrong--contact the IRTC admins.
You will not get email (and your submission will not be
accepted) if you do not include a properly-formatted and valid email
address in your text file.
When you get email from the Submission Analyzer, look through it for any
warnings or errors that your submission may have generated. Errors
indicate that your submission was rejected - you will have to
resubmit. Warnings indicate that your submission does not quite fit the
recommended guidelines for a submission, but it was accepted regardless.
Back to the top.
This describes the special format of the required text file that must
accompany all submissions.
- The text file must have a line which starts with the word "EMAIL:"
and then is followed by a valid email address.
- The text file must have a line which starts with the word "NAME:"
and then is followed by the author's name.
- The text file must have a line which starts with the word "TOPIC:"
and then is followed by the topic for which this submission is
being made.
- The text file must have a line which consists of these words:
"COPYRIGHT: I SUBMIT TO THE STANDARD RAYTRACING COMPETITION
COPYRIGHT." By adding this line the author is agreeing to the
copyright which the IRTC uses for all submission. Please read
the copyright.
- There are several other optional fields that we would like to
encourage that you add to your text file. They are "TITLE:",
"WEBPAGE:", "COUNTRY:", "RENDERER USED:", "TOOLS USED:",
"RENDER TIME:", "HARDWARE USED:", and
"DESCRIPTION OF HOW THIS IMAGE WAS CREATED:".
Here is how it all should look:
(<>'s should be replaced with your own words)
EMAIL: <your@email.address>
NAME: <Your Name>
TOPIC: <The Topic of the competition you are
entering>
COPYRIGHT: I SUBMIT TO THE STANDARD RAYTRACING COMPETITION
COPYRIGHT.
TITLE: <The Title of your image>
COUNTRY: <The country you are a citizen of>
WEBPAGE: <A web page where people might find out more about
you or your image>
RENDERER USED: < povray 2.2 or 3.0beta, 3DS, polyray,
etc..>
TOOLS USED: <tools such as font3d, torpatch, povsb,
etc..>
RENDER TIME: <time your image took to render>
HARDWARE USED: <Pentium? Sparc? SGI?>
IMAGE DESCRIPTION:
<anything you want to say about your image>
DESCRIPTION OF HOW THIS IMAGE WAS CREATED:
<Description of how you created your image, what techniques you
used, etc..>
The FIRST FOUR lines, EMAIL, NAME, TOPIC and COPYRIGHT MUST be filled in
correctly. The others are optional but strongly
recommended.
The email address MUST BE VALID. If you get anything right, get
this one part right - if you don't, the automated submission script will
not be able to tell you what went wrong.
We have a template text file
and an example text file
available at our ftp-site (ftp.irtc.org:/pub).
Back to the top.