Class ExportSceneGlbDto (Inputs.BabylonIO)
Constructors
constructor
new ExportSceneGlbDto( fileName?: string, discardSkyboxAndGrid?: boolean,): ExportSceneGlbDto Parameters
OptionalfileName: stringOptionaldiscardSkyboxAndGrid: boolean
Properties
fileName
fileName: string
OptionaldiscardSkyboxAndGrid
discardSkyboxAndGrid?: boolean
为
babylon.io.exportGLB提供文件名以及是否排除本库添加的天空盒和地面。