23#ifndef VCL_IO_MESH_GLTF_CAPABILITY_H
24#define VCL_IO_MESH_GLTF_CAPABILITY_H
26#include <vclib/io/file_format.h>
28#include <vclib/space/complex.h>
32constexpr FileFormat gltfFileFormat()
35 std::vector<std::string> {
"gltf",
"glb"},
"GL Transmission Format");
38inline MeshInfo gltfFormatCapability()
42 info.setPolygonMesh();
49 info.setPerVertexPosition();
50 info.setPerVertexNormal();
51 info.setPerVertexColor();
52 info.setPerVertexTexCoord();
54 info.setPerFaceVertexReferences();