#include <assert.h>#include <osg/Texture2D>#include <osg/Geode>#include <osg/ShapeDrawable>#include <osg/MatrixTransform>#include <osgDB/ReadFile>#include <osg/Geometry>#include <osg/Material>#include <osg/TexEnv>#include "osgprimitive.h"

Namespaces | |
| namespace | lpzrobots |
| read the installation PREFIX (to find data directory) | |
Functions | |
| ref_ptr< Material > | getMaterial (const Color &c, Material::ColorMode mode=Material::DIFFUSE) |
| osg::Geode * | createRectangle (const OsgHandle &, const osg::Vec3 &v1, const osg::Vec3 &v2, const osg::Vec3 &v3, double repeatOnR, double repeatOnS) |
| void | addTexture (Geode *geode, const TextureDescr &tex) |
| Geode * | test () |
1.5.8