MEPP2 Project
|
#include "Base/Color.hpp"
#include "Base/Assert.h"
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <osg/PrimitiveSet>
#include "FEVV/Wrappings/Geometry_traits.h"
Go to the source code of this file.
Classes | |
class | FEVV::BaseViewer |
Namespaces | |
FEVV | |
Interfaces for plugins These interfaces will be used for different plugins. | |
Enumerations | |
enum | FEVV::RenderMethod { FEVV::RENDER_POINTS = osg::PrimitiveSet::POINTS, FEVV::RENDER_LINES = osg::PrimitiveSet::LINE_LOOP, FEVV::RENDER_FILL = osg::PrimitiveSet::POLYGON } |
enum | FEVV::RenderMode { FEVV::RenderMode::RENDER_LEGACY = 0, FEVV::RenderMode::RENDER_SHADERS_DIRECT_LIGHTING = 1, FEVV::RenderMode::RENDER_SHADERS_INDIRECT_LIGHTING = 2 } |