Interface BCFBitmap

BCF bitmap.

interface BCFBitmap {
    bitmap_data: string;
    bitmap_type: string;
    height: 24;
    location: BCFVector;
    normal: { x: 0; y: 0; z: -1 };
    up: { x: 0; y: -1; z: 0 };
}

Properties

bitmap_data: string

BCF bitmap data.

bitmap_type: string

BCF bitmap type.

height: 24

BCF bitmap height.

location: BCFVector

BCF bitmap location.

normal: { x: 0; y: 0; z: -1 }

BCF bitmap normal direction.

up: { x: 0; y: -1; z: 0 }

BCF bitmap up direction.