Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ TEST
Function
TEST
test/unit/io/GltfWriterTest.cpp:146–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
145
146
TEST(GltfWriter, Write)
147
{
148
std::string path = Support::temppath(
"out.glb"
);
149
testWrite(false, false, path);
150
ASSERT_EQ(FileUtils::fileSize(path), 5100u);
151
}
152
153
154
TEST(GltfWriter, WriteWithNormals)
Callers
nothing calls this directly
Calls
3
temppath
Function · 0.85
testWrite
Function · 0.85
fileSize
Function · 0.50
Tested by
no test coverage detected