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

Method colorPrimVar

src/IECoreScene/MeshPrimitiveEvaluator.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132Color3f MeshPrimitiveEvaluator::Result::colorPrimVar( const PrimitiveVariable &pv ) const
133{
134 return getPrimVar< Color3f >( pv );
135}
136
137half MeshPrimitiveEvaluator::Result::halfPrimVar( const PrimitiveVariable &pv ) const
138{

Callers 4

testClosestPointMethod · 0.45
modifyTypedPrimitiveMethod · 0.45
Color3f>Method · 0.45
primVarFunction · 0.45

Calls

no outgoing calls

Tested by 1

testClosestPointMethod · 0.36