PixelBullet  0.0.1
A C++ game engine
Loading...
Searching...
No Matches
pixelbullet::SkinnedMesh Class Reference

Classes

struct  Vertex
struct  Bounds

Public Member Functions

 SkinnedMesh (const Filesystem &filesystem, const VirtualPath &asset_path)
bool Load (const Filesystem &filesystem, const VirtualPath &asset_path)
 operator bool () const noexcept
const VirtualPathGetFilename () const
const std::vector< Vertex > & GetVertices () const
const std::vector< uint32_t > & GetIndices () const
const std::vector< glm::mat4 > & GetInverseBindMatrices () const
const BoundsGetBounds () const

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