#include "ten.h"
#include "privateTen.h"
Defines | |
#define | INFO "Generate postscript or ray-traced renderings of 3D glyphs" |
#define | _LIMNMAGIC "LIMN0000" |
Functions | |
int | _tendGlyphReadCams (int imgSize[2], limnCamera **camP, unsigned int *numCamsP, FILE *fin) |
int | tend_glyphMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
char * | _tend_glyphInfoL |
unrrduCmd | tend_glyphCmd = { "glyph", INFO, tend_glyphMain } |
#define _LIMNMAGIC "LIMN0000" |
#define INFO "Generate postscript or ray-traced renderings of 3D glyphs" |
int _tendGlyphReadCams | ( | int | imgSize[2], | |
limnCamera ** | camP, | |||
unsigned int * | numCamsP, | |||
FILE * | fin | |||
) |
int tend_glyphMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _tend_glyphInfoL |
Initial value:
(INFO ". Whether the output is postscript or a ray-traced image is controlled " "by the initial \"rt\" flag (by default, the output is postscript). " "Because this is doing viz/graphics, many parameters need to be set. " "Use a response file to simplify giving the command-line options which " "aren't changing between invocations. " "The postscript output is an EPS file, suitable for including as a figure " "in LaTeX, or viewing with ghostview, or distilling into PDF. " "The ray-traced output is a 5 channel (R,G,B,A,T) float nrrd, suitable for " "\"unu crop -min 0 0 0 -max 2 M M \" followed by " "\"unu gamma\" and/or \"unu quantize -b 8\".")
unrrduCmd tend_glyphCmd = { "glyph", INFO, tend_glyphMain } |