11 COGSCORE_DLL_API
void tesselate(
const glm::vec3* contours,
14 std::vector<uint32_t>& triangleIndexes,
17 COGSCORE_DLL_API std::vector<int32_t> tesselatePolygons(std::vector<int32_t>& inputIndexes,
20 COGSCORE_DLL_API
void reindex(
const std::vector<int32_t>& inputIndexes,
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....
bool isLine(PrimitiveType::EPrimitiveType primitiveType)
Check if the given primitive type represents lines.