MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MeshAccess.hpp File Reference
+ Include dependency graph for MeshAccess.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MayaFlux::Kakshya::MeshAccess
 Non-owning read view over a pair of DataVariant streams representing interleaved vertex bytes and a flat uint32_t index array. More...
 
struct  MayaFlux::Kakshya::MeshSubrange
 Byte-range descriptor for one submesh within the shared index buffer. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Kakshya
 

Functions

std::optional< MeshAccessMayaFlux::Kakshya::as_mesh_access (const DataVariant &vertex_variant, const DataVariant &index_variant, const VertexLayout &layout, std::optional< RegionGroup > submeshes=std::nullopt)
 Construct a MeshAccess from two DataVariant instances.