MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
VertexFormats.cpp File Reference
#include "VertexFormats.hpp"
+ Include dependency graph for VertexFormats.cpp:

Go to the source code of this file.

Namespaces

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

Functions

std::vector< LineVertexMayaFlux::Kakshya::to_line_vertices (std::span< const Vertex > vertices, glm::vec2 thickness_range={ 1.0F, 2.0F })
 Batch-project raw Vertex vector to LineVertex.
 
std::vector< MeshVertexMayaFlux::Kakshya::to_mesh_vertices (std::span< const Vertex > vertices, glm::vec2 weight_range={ 0.0F, 1.0F })
 Batch-project raw Vertex vector to MeshVertex.
 
std::vector< PointVertexMayaFlux::Kakshya::to_point_vertices (std::span< const Vertex > vertices, glm::vec2 size_range={ 8.0F, 12.0F })
 Batch-project raw Vertex vector to PointVertex.