Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ loadPLY
Function
loadPLY
tutorials/common/scenegraph/ply_loader.cpp:327–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
};
326
327
Ref<Node> loadPLY(const FileName& fileName) {
328
return PlyParser(fileName).scene;
329
}
330
}
331
}
332
Callers
1
load
Method · 0.85
Calls
1
PlyParser
Class · 0.85
Tested by
no test coverage detected