Exemplo n.º 1
0
IECore::MurmurHash Transform::fullParentTransformHash( const ScenePath &path ) const
{
	ScenePath parentPath = path;
	parentPath.pop_back();
	return inPlug()->fullTransformHash( parentPath );
}
Exemplo n.º 2
0
Imath::M44f Transform::fullParentTransform( const ScenePath &path ) const
{
	ScenePath parentPath = path;
	parentPath.pop_back();
	return inPlug()->fullTransform( parentPath );
}