54 #ifndef OPENMESH_KERNEL_OSG_TRAITS_HH
55 #define OPENMESH_KERNEL_OSG_TRAITS_HH
62 #include <OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh>
64 #include <osg/Geometry>
69 namespace Kernel_OSG {
84 typedef osg::Pnt3f
Point;
85 typedef osg::Color3ub
Color;
87 typedef osg::Vec2f TexCoord;
88 typedef osg::Vec3f::ValueType Scalar;
96 #endif // OPENMESH_TRAITS_HH defined
Vec3uc Color
The default color type is OpenMesh::Vec3uc.
Definition: Traits.hh:138
Vec3f Point
The default coordinate type is OpenMesh::Vec3f.
Definition: Traits.hh:122
Base class for all traits.
Definition: Traits.hh:119
Vec3f Normal
The default normal type is OpenMesh::Vec3f.
Definition: Traits.hh:125
Base class for all mesh traits using the OSGArrayKernelT.
Definition: Traits.hh:82
This file defines the default traits and some convenience macros.