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>
86 typedef osg::Pnt3f
Point;
87 typedef osg::Color3ub
Color;
89 typedef osg::Vec2f TexCoord;
90 typedef osg::Vec3f::ValueType Scalar;
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
Base class for all traits.
Definition: Traits.hh:122
Base class for all mesh traits using the OSGArrayKernelT.
Definition: Traits.hh:85
This file defines the default traits and some convenience macros.