#include <vreckoAP/EditorController/ControllableAbility.h>
#include <vrecko/PluginManager.h>
#include <vrecko/World.h>
#include <vrecko/EnvironmentObject.h>
#include <vrecko/Scene.h>
#include <vrecko/ReaderWriter.h>
#include <helpers/XercesXMLUtils.h>
#include <xercesc/parsers/XercesDOMParser.hpp>
#include <osg/Group>
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/Shape>
#include <osg/ShapeDrawable>
#include <osg/Node>
#include <osgDB/WriteFile>
#include <iostream>
#include <sstream>
#include <vector>
#include <cmath>
#include <fstream>
#include <iomanip>
#include <vreckoAP/CableEditor/Cable.h>
Go to the source code of this file.
#define CE_RADIUS_ADJUSTMENT 0.9 |
#define CE_RADIUS_RANGE_FROM 0.0 |
#define CE_RADIUS_RANGE_TO 2.0 |