Properties
entityName
entityName: string
layerName
layerName: string
position
src
src: string
Optional absHeight
absHeight?: boolean
Optional boundingSphereRadius
boundingSphereRadius?: number
Optional earthCentered
earthCentered?: boolean
Optional memoryLimit
memoryLimit?: number
Optional minRange
minRange?: number
Optional outputDepth
outputDepth?: boolean
Optional quaternionRotate
quaternionRotate?: { 
    w: number; 
    x: number; 
    y: number; 
    z: number; 
}
Type declaration
w: number
x: number
y: number
z: number
Optional rotate
rotate?: { 
    w?: number; 
    x?: number; 
    y?: number; 
    z?: number; 
}
Type declaration
Optional w?: number
Optional x?: number
Optional y?: number
Optional z?: number
Optional scale
scale?: number
Optional textureMaxHeight
textureMaxHeight?: number
Optional textureMaxWidth
textureMaxWidth?: number
Optional useLight
useLight?: boolean
Optional zScale
zScale?: number
新增自畫glTF圖素指令參數。