#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "VMDApp.h"
#include "QuickSurf.h"
#include "DispCmds.h"
#include "ANARIDisplayDevice.h"
#include "ANARIRenderer.h"
#include "config.h"
#include "Hershey.h"
Go to the source code of this file.
Defines | |
#define | DEFAULT_RADIUS 0.0025f |
This code is based on early, incomplete, developmental versions of ANARI header files and specification, and should not be used as a reference for developing ANARI applications. This warning text will be removed when ANARI is finalized.
Portions of this code are derived from Tachyon: "An Efficient Library for Parallel Ray Tracing and Animation" John E. Stone. Master's Thesis, University of Missouri-Rolla, Department of Computer Science, April 1998
"Rendering of Numerical Flow Simulations Using MPI" John Stone and Mark Underwood. Second MPI Developers Conference, pages 138-141, 1996. http://dx.doi.org/10.1109/MPIDC.1996.534105
Definition in file ANARIDisplayDevice.C.
|
Definition at line 54 of file ANARIDisplayDevice.C. |