Visualization Library v1.0.3

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

vl::A3DSTriFace Class Reference

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

#include <io3DS.hpp>

List of all members.

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

vl::A3DSTriFace::A3DSTriFace (  ) [inline]

Definition at line 136 of file io3DS.hpp.


Member Data Documentation

unsigned short vl::A3DSTriFace::mA

Definition at line 138 of file io3DS.hpp.

unsigned short vl::A3DSTriFace::mB

Definition at line 138 of file io3DS.hpp.

unsigned short vl::A3DSTriFace::mC

Definition at line 138 of file io3DS.hpp.

unsigned short vl::A3DSTriFace::mFlags

Definition at line 138 of file io3DS.hpp.

Definition at line 139 of file io3DS.hpp.

Definition at line 140 of file io3DS.hpp.


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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:10.
Permission is granted to use this page to write and publish articles regarding Visualization Library.