Bitbybit Docs
    Preparing search index...

    Class ExportSceneGlbDto (Inputs.BabylonIO)

    Feeds babylon.io.exportGLB with the file name and whether to leave out the skybox and ground this library adds.

    Index

    Constructors

    • Parameters

      • OptionalfileName: string
      • OptionaldiscardSkyboxAndGrid: boolean

      Returns ExportSceneGlbDto

    Properties

    fileName: string

    Name of the downloaded glb file, without the extension

    bitbybit-scene
    
    discardSkyboxAndGrid?: boolean

    When true, the skybox and ground meshes this library adds are left out of the file

    false
    

    true