Open3D中的open3d.data.PaintedPlasterTexture类包括用于渲染石膏墙面的纹理信息。其中,roughness_texture_path属性指定了石膏表面的粗糙程度纹理路径。
指定石膏表面的粗糙程度纹理路径。如果未提供路径,则默认使用包含在Open3D中的石膏墙面纹理库中的路径。如果提供的路径不正确,则函数调用将失败。
import open3d as o3d
texture = o3d.t.geometry.PaintedPlasterTexture()
texture.roughness_texture_path = "path/to/roughness/texture.jpg"