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

Class obj_shape

source/external/tinyobj/tiny_obj_loader.h:739–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737};
738
739struct obj_shape {
740 std::vector<real_t> v;
741 std::vector<real_t> vn;
742 std::vector<real_t> vt;
743};
744
745//
746// Manages group of primitives(face, line, points, ...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected