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

Method MeshVertexReorderOp

src/IECoreScene/MeshVertexReorderOp.cpp:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47IE_CORE_DEFINERUNTIMETYPED( MeshVertexReorderOp );
48
49MeshVertexReorderOp::MeshVertexReorderOp() : MeshPrimitiveOp( "Calculates vertex normals for a mesh." )
50{
51 m_startingVerticesParameter = new V3iParameter(
52 "startingVertices",
53 "startingVertices description",
54 Imath::V3i( 0, 1, 2 )
55 );
56
57 parameters()->addParameter( m_startingVerticesParameter );
58}
59
60MeshVertexReorderOp::~MeshVertexReorderOp()
61{

Callers 5

testPlaneMethod · 0.80
testQuadSphereMethod · 0.80
testSphereMethod · 0.80
testCubeMethod · 0.80

Calls 1

addParameterMethod · 0.45

Tested by 5

testPlaneMethod · 0.64
testQuadSphereMethod · 0.64
testSphereMethod · 0.64
testCubeMethod · 0.64