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>
76 namespace Kernel_OSG {
91 typedef osg::Pnt3f
Point;
92 typedef osg::Color3ub
Color;
94 typedef osg::Vec2f TexCoord;
95 typedef osg::Vec3f::ValueType Scalar;
103 #endif // OPENMESH_TRAITS_HH defined
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:64
Base class for all traits.
Definition: Traits.hh:126
Base class for all mesh traits using the OSGArrayKernelT.
Definition: Traits.hh:89