#include <stdio.h>
#include <string.h>
#include <math.h>
#include "RadianceDisplayDevice.h"
#include "Matrix4.h"
#include "DispCmds.h"
#include "Inform.h"
#include "utilities.h"
Go to the source code of this file.
Defines | |
#define | DEFAULT_RADIUS 0.002 |
#define | DASH_LENGTH 0.02 |
#define | ORDER(x, y, z) -z, -x, y |
Writes the scene to Radiance format. For more information about Radiance, see http://radsite.lbl.gov/radiance/HOME.html Radiance provides programs to convert from its native image format to something other common formats (e.g., ra_ps, ra_tiff, and ra_gif).
Definition in file RadianceDisplayDevice.C.
|
Definition at line 36 of file RadianceDisplayDevice.C. |
|
Definition at line 35 of file RadianceDisplayDevice.C. |
|
Definition at line 42 of file RadianceDisplayDevice.C. |