Visualization Library 2.1.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
vl::Dae::Vert Struct Reference

COLLADA vertex. More...

#include <DaeHelpers.hpp>

Public Member Functions

 Vert ()
 
bool operator< (const Dae::Vert &other) const
 

Public Attributes

size_t mAttribIndex [MAX_ATTRIBS]
 
size_t mIndex
 

Static Public Attributes

static const int MAX_ATTRIBS = 8
 

Detailed Description

COLLADA vertex.

Definition at line 98 of file DaeHelpers.hpp.

Constructor & Destructor Documentation

◆ Vert()

vl::Dae::Vert::Vert ( )
inline

Definition at line 102 of file DaeHelpers.hpp.

References mAttribIndex, and mIndex.

Member Function Documentation

◆ operator<()

bool vl::Dae::Vert::operator< ( const Dae::Vert other) const
inline

Definition at line 108 of file DaeHelpers.hpp.

References mAttribIndex, and MAX_ATTRIBS.

Member Data Documentation

◆ mAttribIndex

size_t vl::Dae::Vert::mAttribIndex[MAX_ATTRIBS]

Definition at line 118 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::generateGeometry(), operator<(), and Vert().

◆ MAX_ATTRIBS

const int vl::Dae::Vert::MAX_ATTRIBS = 8
static

Definition at line 100 of file DaeHelpers.hpp.

Referenced by operator<().

◆ mIndex

size_t vl::Dae::Vert::mIndex

Definition at line 119 of file DaeHelpers.hpp.

Referenced by vl::DaeLoader::generateGeometry(), and Vert().


The documentation for this struct was generated from the following file: