home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
NEWS
/
RADIANCE
/
SRC
/
OT
/
INIT2OTY.C
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-07
|
409b
|
24 lines
/* Copyright (c) 1991 Regents of the University of California */
#ifndef lint
static char SCCSid[] = "@(#)init2otypes.c 2.1 11/12/91 LBL";
#endif
/*
* Initialize ofun[] list for bounding box checker
*/
#include "standard.h"
#include "octree.h"
#include "otypes.h"
FUN ofun[NUMOTYPE] = INIT_OTYPE;
o_default() /* default action is no intersection */
{
return(O_MISS);
}