| 232 | } |
| 233 | |
| 234 | Imath::Color3f CurvesPrimitiveEvaluator::Result::colorPrimVar( const PrimitiveVariable &pv ) const |
| 235 | { |
| 236 | return primVar<Color3f>( pv, m_coefficients.data() ); |
| 237 | } |
| 238 | |
| 239 | half CurvesPrimitiveEvaluator::Result::halfPrimVar( const PrimitiveVariable &pv ) const |
| 240 | { |