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 | List of all members
vl::A3DSVertex Class Reference

The A3DSVertex class represents a vertex in a 3DS file. More...

#include <io3DS.hpp>

Public Member Functions

 A3DSVertex ()
 
bool operator< (const A3DSVertex &other) const
 

Public Attributes

fvec3 mPos
 
fvec2 mUV
 
unsigned int mSmoothingGroup
 
int mIndex
 

Detailed Description

The A3DSVertex class represents a vertex in a 3DS file.

Definition at line 156 of file io3DS.hpp.

Constructor & Destructor Documentation

◆ A3DSVertex()

vl::A3DSVertex::A3DSVertex ( )
inline

Definition at line 159 of file io3DS.hpp.

Member Function Documentation

◆ operator<()

bool vl::A3DSVertex::operator< ( const A3DSVertex other) const
inline

Member Data Documentation

◆ mIndex

int vl::A3DSVertex::mIndex

Definition at line 183 of file io3DS.hpp.

Referenced by vl::load3DS().

◆ mPos

fvec3 vl::A3DSVertex::mPos

Definition at line 180 of file io3DS.hpp.

Referenced by operator<().

◆ mSmoothingGroup

unsigned int vl::A3DSVertex::mSmoothingGroup

Definition at line 182 of file io3DS.hpp.

Referenced by vl::load3DS(), and operator<().

◆ mUV

fvec2 vl::A3DSVertex::mUV

Definition at line 181 of file io3DS.hpp.

Referenced by operator<().


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