fmeobjects.FMEAppearance.getMapperReference

FMEAppearance.getMapperReference()

getMapperReference(mapperType),

This routine retrieves the texture reference of ‘mapperType’ of this Appearance. This will return None if it did not have a mapper of mapper type associated with it.

Parameters:

mapperType (int) – The mapper type to retrieve the reference for. One of: FME_MAPPER_ALPHA_MAP, FME_MAPPER_ALPHA_MASK, FME_MAPPER_AMBIENT_MAP, FME_MAPPER_AMBIENT_MASK, FME_MAPPER_DIFFUSE_MAP, FME_MAPPER_DIFFUSE_MASK, FME_MAPPER_EMISSIVE_MAP, FME_MAPPER_EMISSIVE_MASK, FME_MAPPER_SHININESS_MAP, FME_MAPPER_SHININESS_MASK, FME_MAPPER_SPECULAR_MAP, FME_MAPPER_SPECULAR_MASK, FME_MAPPER_BUMP_MAP, OR FME_MAPPER_BUMP_MASK.

Return type:

int or None

Returns:

The texture reference of ‘mapperType’ of this Appearance.