|
SPH
|
#include "gui/renderers/VolumeRenderer.h"#include "gui/Factory.h"#include "gui/objects/Camera.h"#include "gui/objects/Colorizer.h"#include "gui/renderers/FrameBuffer.h"#include "objects/finders/KdTree.h"#include "objects/utility/OutputIterators.h"Go to the source code of this file.
Variables | |
| const float | MAX_DISTENTION = 50 |
| const float | MIN_NEIGHS = 8 |
| const float MAX_DISTENTION = 50 |
Definition at line 16 of file VolumeRenderer.cpp.
| const float MIN_NEIGHS = 8 |
Definition at line 17 of file VolumeRenderer.cpp.