Node faces entity A node can have multiple entities containing faces and a applied material.
More...
#include <tdme/engine/model/FacesEntity.h>
Node faces entity A node can have multiple entities containing faces and a applied material.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 27 of file FacesEntity.h.
◆ FacesEntity() [1/2]
◆ FacesEntity() [2/2]
◆ determineFeatures()
void determineFeatures |
( |
| ) |
|
|
private |
◆ getFaces()
const vector< Face > & getFaces |
( |
| ) |
const |
|
inline |
◆ getId()
const string & getId |
( |
| ) |
const |
|
inline |
◆ getLOD1Distance()
float getLOD1Distance |
( |
| ) |
const |
|
inline |
◆ getLOD1Indices()
const vector< int32_t > & getLOD1Indices |
( |
| ) |
const |
|
inline |
◆ getLOD2Distance()
float getLOD2Distance |
( |
| ) |
const |
|
inline |
◆ getLOD2Indices()
const vector< int32_t > & getLOD2Indices |
( |
| ) |
const |
|
inline |
◆ getLOD3Distance()
float getLOD3Distance |
( |
| ) |
const |
|
inline |
◆ getLOD3Indices()
const vector< int32_t > & getLOD3Indices |
( |
| ) |
const |
|
inline |
◆ getMaterial()
◆ isTangentBitangentAvailable()
bool isTangentBitangentAvailable |
( |
| ) |
const |
|
inline |
- Returns
- if tangents and bitangents are available for the whole entity
Definition at line 106 of file FacesEntity.h.
◆ isTextureCoordinatesAvailable()
bool isTextureCoordinatesAvailable |
( |
| ) |
const |
|
inline |
- Returns
- if texture coordinates are available for the whole entity
Definition at line 99 of file FacesEntity.h.
◆ setFaces()
void setFaces |
( |
const vector< Face > & |
faces | ) |
|
◆ setLOD1Distance()
void setLOD1Distance |
( |
float |
lod1Distance | ) |
|
|
inline |
Set LOD1 distance.
- Parameters
-
lod1Distance | LOD1 distance |
Definition at line 121 of file FacesEntity.h.
◆ setLOD1Indices()
void setLOD1Indices |
( |
const vector< int32_t > & |
lod1Indices | ) |
|
◆ setLOD2Distance()
void setLOD2Distance |
( |
float |
lod2Distance | ) |
|
|
inline |
Set LOD2 distance.
- Parameters
-
lod2Distance | LOD2 distance |
Definition at line 149 of file FacesEntity.h.
◆ setLOD2Indices()
void setLOD2Indices |
( |
const vector< int32_t > & |
lod2Indices | ) |
|
◆ setLOD3Distance()
void setLOD3Distance |
( |
float |
lod3Distance | ) |
|
|
inline |
Set LOD3 distance.
- Parameters
-
lod3Distance | LOD1 distance |
Definition at line 177 of file FacesEntity.h.
◆ setLOD3Indices()
void setLOD3Indices |
( |
const vector< int32_t > & |
lod3Indices | ) |
|
◆ setMaterial()
Set up the entity's material.
- Parameters
-
Definition at line 72 of file FacesEntity.h.
◆ faces
◆ id
◆ lod1Distance
◆ lod1Indices
vector<int32_t> lod1Indices |
|
private |
◆ lod2Distance
◆ lod2Indices
vector<int32_t> lod2Indices |
|
private |
◆ lod3Distance
◆ lod3Indices
vector<int32_t> lod3Indices |
|
private |
◆ material
◆ node
◆ tangentBitangentAvailable
bool tangentBitangentAvailable |
|
private |
◆ textureCoordinatesAvailable
bool textureCoordinatesAvailable |
|
private |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/model/FacesEntity.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/model/FacesEntity.cpp