MCPcopy Create free account
hub / github.com/ImageEngine/cortex / setTriangleSubdivisionRule

Method setTriangleSubdivisionRule

src/IECoreScene/MeshPrimitive.cpp:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void MeshPrimitive::setTriangleSubdivisionRule( const IECore::InternedString &triangleSubdivisionRule )
428{
429 tbb::spin_rw_mutex::scoped_lock lock( *g_classDataMutex, false );
430 (*g_classData)[ this ].triangleSubdivisionRule = triangleSubdivisionRule;
431}
432
433size_t MeshPrimitive::variableSize( PrimitiveVariable::Interpolation interpolation ) const
434{

Callers 2

readMeshFunction · 0.80
testSubdivOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected