NcEngine
nc::SkinnedMesh Class Reference

Component enabling rendering of an Entity with a given mesh, material, and skeletal animation. More...

#include <Mesh.h>

Inheritance diagram for nc::SkinnedMesh:
nc::MeshBase

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)
 
- Public Member Functions inherited from nc::MeshBase
 MeshBase (Entity self, const asset::MeshView &meshAsset, const MaterialDesc &materialDesc, MeshInstanceType type)
 
 MeshBase (MeshBase &&other) noexcept
 
MeshBaseoperator= (MeshBase &&other) noexcept
 
 MeshBase (const MeshBase &)=delete
 
MeshBaseoperator= (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

- Protected Member Functions inherited from nc::MeshBase
 ~MeshBase () noexcept
 

Detailed Description

Component enabling rendering of an Entity with a given mesh, material, and skeletal animation.


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