29#ifndef OPTICAL_DEBUG_H
30#define OPTICAL_DEBUG_H
42#ifdef NO_DEBUG_CHECKING
43# define OPTICAL_DEBUG 0
45# define OPTICAL_DEBUG optical_debug
57#define OPTICAL_DEBUG_HITS 0x00000001
58#define OPTICAL_DEBUG_MATERIAL 0x00000002
59#define OPTICAL_DEBUG_SHOWERR 0x00000004
60#define OPTICAL_DEBUG_RTMEM 0x00000008
61#define OPTICAL_DEBUG_SHADE 0x00000010
62#define OPTICAL_DEBUG_PARSE 0x00000020
63#define OPTICAL_DEBUG_LIGHT 0x00000040
64#define OPTICAL_DEBUG_REFRACT 0x00000080
66#define OPTICAL_DEBUG_STATS 0x00000200
67#define OPTICAL_DEBUG_RTMEM_END 0x00000400
70#define OPTICAL_DEBUG_MISSPLOT 0x20000000
71#define OPTICAL_DEBUG_RAYWRITE 0x40000000
72#define OPTICAL_DEBUG_RAYPLOT 0x80000000
74#define OPTICAL_DEBUG_FORMAT "\020" \
Header file for the BRL-CAD common definitions.
unsigned int optical_debug