MCPcopy Create free account
hub / github.com/SaschaWillems/HowToVulkan / lines_t

Class lines_t

source/external/tinyobj/tiny_obj_loader.h:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371//};
372
373struct lines_t {
374 // Linear flattened indices.
375 std::vector<index_t> indices; // indices for vertices(poly lines)
376 std::vector<int> num_line_vertices; // The number of vertices per line.
377};
378
379struct points_t {
380 std::vector<index_t> indices; // indices for points

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected