61#ifndef OPENMESH_KERNEL_OSG_TRAITS_HH
62#define OPENMESH_KERNEL_OSG_TRAITS_HH
69#include <OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh>
71#include <osg/Geometry>
91 typedef osg::Pnt3f Point;
92 typedef osg::Color3ub Color;
93 typedef osg::Vec3f Normal;
94 typedef osg::Vec2f TexCoord;
95 typedef osg::Vec3f::ValueType Scalar;
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition MeshItems.hh:64
In this namespace resides the OpenSG integration of OpenMesh.
Base class for all traits.
Definition Traits.hh:127
Base class for all mesh traits using the OSGArrayKernelT.
Definition Traits.hh:90
This file defines the default traits and some convenience macros.