Interface HtmlConfig

interface HtmlConfig {
    distanceFactor: number;
    group: null | Object3D<Object3DEventMap>;
    occlude: Object3D<Object3DEventMap>[];
    perspectiveName: string;
    scalePropertyName: string;
    transform: boolean;
    transformInnerName: string;
    transformOuterName: string;
    viewportHeightName: string;
    viewportWidthName: string;
    visibleClassName: string;
    xPropertyName: string;
    yPropertyName: string;
    zIndexPropertyName: string;
}

Properties

distanceFactor: number
group: null | Object3D<Object3DEventMap>
occlude: Object3D<Object3DEventMap>[]
perspectiveName: string
scalePropertyName: string
transform: boolean
transformInnerName: string
transformOuterName: string
viewportHeightName: string
viewportWidthName: string
visibleClassName: string
xPropertyName: string
yPropertyName: string
zIndexPropertyName: string