|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <OGLMeshInstance.h>

Public Member Functions | |
| OGLMeshInstance (std::shared_ptr< const OGLMesh > mesh, const QMatrix4x4 &globalMatrix) | |
| std::shared_ptr< const OGLMesh > | mesh () const |
| const QMatrix4x4 & | globalMatrix () const |
Protected Attributes | |
| const QMatrix4x4 | _globalMatrix |
| const std::shared_ptr< const OGLMesh > | _pMesh |
Store geometry and visual material of a displayed object. A mesh can be bound to a single material. Split geometry into several meshes if you need several materials.
Definition at line 28 of file OGLMeshInstance.h.
| OGLMeshInstance::OGLMeshInstance | ( | std::shared_ptr< const OGLMesh > | mesh, |
| const QMatrix4x4 & | globalMatrix | ||
| ) |
| const QMatrix4x4 & OGLMeshInstance::globalMatrix | ( | ) | const |
| std::shared_ptr< const OGLMesh > OGLMeshInstance::mesh | ( | ) | const |
|
protected |
Definition at line 37 of file OGLMeshInstance.h.
|
protected |
Definition at line 38 of file OGLMeshInstance.h.