Privacy
An open-source, flexible 3D physical simulation framework
gui_helper_functions.cpp File Reference
#include "gui_helper_functions.h"
#include <iostream>
#include <osg/TriangleFunctor>
#include <osgDB/ReadFile>
#include <osg/MatrixTransform>
#include <osg/ComputeBoundsVisitor>
#include <osgUtil/Optimizer>
#include <osg/Export>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include <mars/utils/mathUtils.h>

Go to the source code of this file.

Classes

class  mars::graphics::GetVerticesFunctor
 This visitor class is used to get triangles from a mesh. More...
 

Namespaces

 mars
 Copyright 2012, DFKI GmbH Robotics Innovation Center.
 
 mars::graphics
 

Functions

osg::Vec4 mars::graphics::toOSGVec4 (const Color &col)
 
osg::Vec4 mars::graphics::toOSGVec4 (const Vector &v, float w)