#include <stdio.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include "RayShadeDisplayDevice.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.002f |
#define | DASH_LENGTH 0.02f |
#define | SCALE_FACTOR 1.3f |
Definition in file RayShadeDisplayDevice.C.
|
Definition at line 31 of file RayShadeDisplayDevice.C. Referenced by RayShadeDisplayDevice::line. |
|
Definition at line 30 of file RayShadeDisplayDevice.C. Referenced by RayShadeDisplayDevice::cone, RayShadeDisplayDevice::line, and RayShadeDisplayDevice::point. |
|
Definition at line 32 of file RayShadeDisplayDevice.C. |