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

The A3DSObject class represents an object in a 3DS file. More...

#include <io3DS.hpp>

Public Attributes

String mObjName
 
std::vector< A3DSVertexmVertices
 
std::vector< A3DSTriFacemFaceList
 
std::vector< A3DSMaterialFaceMappingmMatFaceMap
 
fmat4 mCoordSystem
 

Detailed Description

The A3DSObject class represents an object in a 3DS file.

Definition at line 189 of file io3DS.hpp.

Member Data Documentation

◆ mCoordSystem

fmat4 vl::A3DSObject::mCoordSystem

Definition at line 196 of file io3DS.hpp.

◆ mFaceList

std::vector<A3DSTriFace> vl::A3DSObject::mFaceList

Definition at line 194 of file io3DS.hpp.

◆ mMatFaceMap

std::vector<A3DSMaterialFaceMapping> vl::A3DSObject::mMatFaceMap

Definition at line 195 of file io3DS.hpp.

◆ mObjName

String vl::A3DSObject::mObjName

Definition at line 192 of file io3DS.hpp.

◆ mVertices

std::vector<A3DSVertex> vl::A3DSObject::mVertices

Definition at line 193 of file io3DS.hpp.


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