Scene Description Format
A radiance scene is made from one or more object files. The .rad format is a simple text file. It can specify individual geometric objects, as well as call programs by starting a line with an exclamation point '!'.
When specifying geometry the first line is
modifier type nameThe following three lines contain parameters starting with an integer specifying the number of parameters. The parameters need not be on the same line, they can be continued on multiple lines to aid in readability.
Modifiers create materials and can be chained together, one modifying the next.
For example:
myball.rad
chrome sphere ball 0 0 4 0 0 10 10This can then be arrayed in another file using the xform program (described later):
scene.rad
void metal chrome 0 0 5 0.8 0.8 0.8 0.9 0.0 !xform -a 5 -t 20 0 0 myball.radThis creates a chrome material and five chrome spheres spaced 20 units apart along the X-axis.
Before a scene can be used, it must be compiled into an octree file ('.oct') using the oconv tool. Most of the rendering tools (see below) use an octree file as input.
Read more about this topic: Radiance (software)
Famous quotes containing the words scene and/or description:
“This fantastic state of mind, of a humanity that has outrun its ideas, is matched by a political scene in the grotesque style, with Salvation Army methods, hallelujahs and bell-ringing and dervishlike repetition of monotonous catchwords, until everybody foams at the mouth. Fanaticism turns into a means of salvation, enthusiasm into epileptic ecstacy, politics becomes an opiate for the masses, a proletarian eschatology; and reason veils her face.”
—Thomas Mann (18751955)
“Once a child has demonstrated his capacity for independent functioning in any area, his lapses into dependent behavior, even though temporary, make the mother feel that she is being taken advantage of....What only yesterday was a description of the childs stage in life has become an indictment, a judgment.”
—Elaine Heffner (20th century)