MCPcopy Create free account
hub / github.com/RenderKit/embree / Crease

Class Crease

tutorials/common/scenegraph/obj_loader.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 };
16
17 struct Crease {
18 float w;
19 unsigned int a, b;
20 Crease() : w(0), a(-1), b(-1) {};
21 Crease(float w, unsigned int a, unsigned int b) : w(w), a(a), b(b) {};
22 };
23
24 static inline bool operator < ( const Vertex& a, const Vertex& b ) {
25 if (a.v != b.v) return a.v < b.v;

Callers 1

OBJLoaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected