Class ExportSceneGlbBytesDto (Inputs.BabylonIO)
Constructors
constructor
new ExportSceneGlbBytesDto( nodes?: Node[], discardSkyboxAndGrid?: boolean, compressWithDraco?: boolean,): ExportSceneGlbBytesDto Parameters
Optionalnodes: Node[]OptionaldiscardSkyboxAndGrid: booleanOptionalcompressWithDraco: boolean
Properties
Optionalnodes
nodes?: Node[]
OptionaldiscardSkyboxAndGrid
discardSkyboxAndGrid?: boolean
OptionalcompressWithDraco
compressWithDraco?: boolean
为
babylon.io.exportGLBBytes提供要写入的节点、是否排除本库添加的天空盒和地面,以及是否使用 Draco 压缩网格。