56 #ifndef OPENMESH_KERNEL_OSG_TRAITS_HH 57 #define OPENMESH_KERNEL_OSG_TRAITS_HH 64 #include <OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh> 66 #include <osg/Geometry> 71 namespace Kernel_OSG {
86 typedef osg::Pnt3f
Point;
87 typedef osg::Color3ub
Color;
89 typedef osg::Vec2f TexCoord;
90 typedef osg::Vec3f::ValueType Scalar;
98 #endif // OPENMESH_TRAITS_HH defined
Base class for all traits.
Definition: Traits.hh:121
This file defines the default traits and some convenience macros.
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
Base class for all mesh traits using the OSGArrayKernelT.
Definition: Traits.hh:84