Visualization Library 2.0.0

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

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
vl::A3DSMaterialFaceMapping Class Reference

The A3DSMaterialFaceMapping class represents the material/face mapping in a 3DS file. More...

#include <io3DS.hpp>

Public Attributes

String mMaterialName
 
std::vector< unsigned short > mMappedFace
 

Detailed Description

The A3DSMaterialFaceMapping class represents the material/face mapping in a 3DS file.

Definition at line 146 of file io3DS.hpp.

Member Data Documentation

◆ mMappedFace

std::vector<unsigned short> vl::A3DSMaterialFaceMapping::mMappedFace

Definition at line 150 of file io3DS.hpp.

◆ mMaterialName

String vl::A3DSMaterialFaceMapping::mMaterialName

Definition at line 149 of file io3DS.hpp.


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