MCPcopy Create free account
hub / github.com/cinder/Cinder / Face

Class Face

include/cinder/ObjLoader.h:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 };
93
94 struct Face {
95 int mNumVertices;
96 std::vector<int32_t> mVertexIndices;
97 std::vector<int32_t> mTexCoordIndices;
98 std::vector<int32_t> mNormalIndices;
99 const Material* mMaterial;
100 };
101
102 struct Group {
103 std::string mName;

Callers 2

parseKtxFunction · 0.85
parseDdsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected