Interface ILocalTextureParam

interface ILocalTextureParam {
    localTextureCamera?: IOrientedObject;
    localTextureHeight?: number;
    localTextureWidth?: number;
}

Properties

localTextureCamera?: IOrientedObject
localTextureHeight?: number
localTextureWidth?: number

Generated using TypeDoc