NcEngine
|
Component enabling rendering of an Entity with a given mesh, material, and skeletal animation. More...
#include <Mesh.h>
Public Member Functions | |
SkinnedMesh (Entity self, const asset::MeshView &meshAsset, const MaterialDesc &materialDesc, asset::AssetId rootAnimationId=asset::NullAssetId) | |
Mesh Functions | |
void | SetMesh (const asset::MeshView &meshAsset) |
![]() | |
MeshBase (Entity self, const asset::MeshView &meshAsset, const MaterialDesc &materialDesc, MeshInstanceType type) | |
MeshBase (MeshBase &&other) noexcept | |
MeshBase & | operator= (MeshBase &&other) noexcept |
MeshBase (const MeshBase &)=delete | |
MeshBase & | operator= (const MeshBase &)=delete |
auto | GetEntity () const -> Entity |
auto | GetContext () const -> const MeshInstanceContext & |
auto | GetMeshId () const -> uint64_t |
void | SetMesh (const asset::MeshView &meshAsset) |
auto | GetMaterial () const -> const MaterialInstance & |
auto | GetMaterial () -> MaterialInstance & |
void | SetMaterial (const MaterialDesc &materialDesc) |
Animation Functions | |
auto | GetAnimationController () const -> const SkeletalAnimationController & |
auto | GetAnimationController () -> SkeletalAnimationController & |
Additional Inherited Members | |
![]() | |
~MeshBase () noexcept | |
Component enabling rendering of an Entity with a given mesh, material, and skeletal animation.