sculpto
|
#include <mesh_component.h>
Public Member Functions | |
mesh_component ()=default | |
mesh_component (const mesh_component &Other)=default | |
mesh_component (shared< mesh > Mesh) | |
~mesh_component ()=default | |
operator const shared< mesh > & () const | |
operator shared< mesh > & () | |
Public Attributes | |
shared< mesh > | Mesh {} |
Application scene system objects mesh component class.
Definition at line 16 of file mesh_component.h.
|
default |
|
default |
Definition at line 22 of file mesh_component.h.
|
default |
Definition at line 25 of file mesh_component.h.
Definition at line 26 of file mesh_component.h.
Definition at line 18 of file mesh_component.h.