bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class AssetGlbDataDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalglbData: Uint8Array
      • OptionalfileName: string
      • Optionalhidden: boolean

      Returns AssetGlbDataDto

    Properties

    glbData: Uint8Array

    GLB binary data as Uint8Array (e.g., from OCCT convertStepToGltf)

    undefined
    
    fileName: string

    Optional file name for the GLB (used for identification)

    model.glb
    
    hidden: boolean

    Import the asset hidden

    false