home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsiii
/
luminaire
/
geometry_object.c
next >
Wrap
C/C++ Source or Header
|
1992-03-20
|
548b
|
20 lines
// ******************************************************************
//
// Physically Correct Direct Lighting For Distribution Ray Tracing
// by Changyaw Wang
//
// geometry_object.c
//
// ******************************************************************
#include "utility.h"
void geom_obj::select_visible_point(
const point&, // not used
const double, // not used
const double, // not used
point&, // not used
double&) // not used
{ }