objpict - render image of RADIANCE object(s)
objpict input
Objpict is a script that adds some light sources to a scene then calls oconv(1) and rpict(1) to render four parallel line projections.
The four projections presented are along the X-axis (displayed in the upper left quadrant), along the Y-axis (upper right), along the Z-axis (lower left) and an oblique view (lower right).
Any number of material and scene files may be given, but no in-line commands. If no input files are given on the command line, the standard input is read.
Unlike it’s brother objline(1), objpict(1) does require that all object modfiers (materials) are defined.
To render a four-view image of chair.rad using the material description stored in chair.mat and saving the result to furniture.hdr
|
objpict furniture.mat chair.rad table.rad > furniture.hdr |
or
|
cat furniture.mat chair.rad table.rad | objpict > furniture.hdr |
Greg Ward Larson
objline(1), objview(1)