|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
#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< LineVertex > | MayaFlux::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< MeshVertex > | MayaFlux::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< PointVertex > | MayaFlux::Kakshya::to_point_vertices (std::span< const Vertex > vertices, glm::vec2 size_range={ 8.0F, 12.0F }) |
| Batch-project raw Vertex vector to PointVertex. | |