#include <gra/reflection/Radiosity.h>
#include <esg/explorer/ShadowExplorer.h>
#include <esg/explorer/ObjsExplorer.h>
#include <assert.h>
Go to the source code of this file.
Defines | |
#define | _MAX(a, b) (((a)<(b))?(b):(a)) |
|
Definition at line 138 of file Radiosity.cc. Referenced by Radiosity::_est_form_factor(). |