Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ test_texture
Function
test_texture
tests/mesh/test-polygonal-surface.cpp:653–657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
651
}
652
653
void test_texture( const geode::PolygonalSurface3D& polygonal_surface )
654
{
655
auto manager = polygonal_surface.texture_manager();
656
manager.find_or_create_texture(
"texture"
);
657
}
658
659
void test()
660
{
Callers
1
test
Function · 0.70
Calls
1
texture_manager
Method · 0.45
Tested by
no test coverage detected