open3d.data.MetalTexture#

class open3d.data.MetalTexture#

Data class for MetalTexture contains albedo, normal, roughness and metallic texture files for metal based material.

__init__(self: open3d.cpu.pybind.data.MetalTexture, data_root: str = '') None#
property albedo_texture_path#

Path to albedo color texture image.

property data_root#

Get data root directory. The data root is set at construction time or automatically determined.

property download_dir#

Get absolute path to download directory. i.e. ${data_root}/${download_prefix}/${prefix}

property extract_dir#

Get absolute path to extract directory. i.e. ${data_root}/${extract_prefix}/${prefix}

property metallic_texture_path#

Path to metallic texture image.

property normal_texture_path#

Path to normal texture image.

property path_map#

Returns the map of filename to path.

property prefix#

Get prefix for the dataset.

property roughness_texture_path#

Path to roughness texture image.