Skip to content

Static BIN file format #116

@oleomachado

Description

@oleomachado

I found that the static implementation do something that I want to do.

   displayStaticBuffer("glcanvas", "duplex.bin");

  export function displayStaticBuffer(domNode, bufferPath) {
      var canvas = document.getElementById(domNode);
      let v = new BimServerViewer({quantizeVertices:false}, canvas, window.innerWidth, window.innerHeight, null);
      v.loadAnnotationsFromPreparedBufferUrl(bufferPath);
  }

Is there any documentation of the .BIN format?

How could I generate it for another IFC file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions