#include <vector>
#include <vcg/space/point3.h>
#include <vcg/space/texcoord2.h>
#include <vcg/space/color4.h>
#include <opensg/osggeometry.h>
Go to the source code of this file.
Classes | |
class | vcg::vert::EmptyOSGColor< T > |
class | vcg::vert::EmptyOSGCoord< T > |
class | vcg::vert::EmptyOSGInfo< T > |
Some Naming Rules : All the Components that can be added to a vertex should be defined in the namespace vert: More... | |
class | vcg::vert::EmptyOSGNormal< T > |
class | vcg::vert::OSGColor< A, T > |
class | vcg::vert::OSGColor3f< T > |
class | vcg::vert::OSGColorCore< T > |
-------------------------- COLOR ---------------------------------- More... | |
class | vcg::vert::OSGColorCore3f |
class | vcg::vert::OSGCoord< A, T > |
class | vcg::vert::OSGCoord3f< T > |
class | vcg::vert::OSGCoordCore< T > |
------------------------- COORD ----------------------------------------- More... | |
class | vcg::vert::OSGCoordCore3f |
class | vcg::vert::OSGInfo< T > |
class | vcg::vert::OSGNormal< A, T > |
class | vcg::vert::OSGNormal3f< T > |
class | vcg::vert::OSGNormalCore< T > |
-------------------------- NORMAL ---------------------------------------- More... | |
class | vcg::vert::OSGNormalCore3f |
Namespaces | |
namespace | vcg |
* | |
namespace | vcg::vert |