we
    Preparing search index...

    Interface I_SceneBaseUnit

    场景单位

    interface I_SceneBaseUnit {
        axisUp?: "X" | "Y" | "Z";
        lengthUnit?: "m" | "cm" | "mm" | "km";
        rightHand?: boolean;
        scaleFactorToKm?: number;
    }
    Index

    Properties

    axisUp?: "X" | "Y" | "Z"

    轴向,默认:Y

    lengthUnit?: "m" | "cm" | "mm" | "km"

    长度单位,默认:米

    rightHand?: boolean

    是否开启右手系,默认=true

    scaleFactorToKm?: number

    当前长度到公里的转换因子,默认:1/1000;用途:大气层