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::A3DSTriFace Class Reference

The A3DSTriFace class represents a triangle in a 3DS file. More...

#include <io3DS.hpp>

Public Member Functions

 A3DSTriFace ()
 

Public Attributes

unsigned short mA
 
unsigned short mB
 
unsigned short mC
 
unsigned short mFlags
 
unsigned int mSmoothingGroup
 
int mMaterialIndex
 

Detailed Description

The A3DSTriFace class represents a triangle in a 3DS file.

Definition at line 133 of file io3DS.hpp.

Constructor & Destructor Documentation

◆ A3DSTriFace()

vl::A3DSTriFace::A3DSTriFace ( )
inline

Definition at line 136 of file io3DS.hpp.

Member Data Documentation

◆ mA

unsigned short vl::A3DSTriFace::mA

Definition at line 138 of file io3DS.hpp.

◆ mB

unsigned short vl::A3DSTriFace::mB

Definition at line 138 of file io3DS.hpp.

◆ mC

unsigned short vl::A3DSTriFace::mC

Definition at line 138 of file io3DS.hpp.

◆ mFlags

unsigned short vl::A3DSTriFace::mFlags

Definition at line 138 of file io3DS.hpp.

◆ mMaterialIndex

int vl::A3DSTriFace::mMaterialIndex

Definition at line 140 of file io3DS.hpp.

◆ mSmoothingGroup

unsigned int vl::A3DSTriFace::mSmoothingGroup

Definition at line 139 of file io3DS.hpp.


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