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