Interface IPointCloud

interface IPointCloud {
    size?: number;
    url: string;
    worldToLocal?: ITransform;
}

Properties

size?: number
url: string
worldToLocal?: ITransform

Generated using TypeDoc