IFC.js - Web Workers & Scene Saving
CtrlK
  • Welcome
  • TL;DR
  • introduction
    • How To Use This Website
    • Demo
    • IFC Sample File
  • What is IFC?
    • Introduction
    • What is IFC?
      • EXPRESS
      • STEP
  • IFC.js
    • Introduction
    • What is IFC.js?
  • Web Worker Example
    • Introduction
    • Single Web Worker Example
    • Multi Web Worker Example
    • Results
  • Developer Guide - Step by Step
    • Introduction
    • Step by Step
      • Start a New Example
      • Main JS file
      • Implement a Web Worker
      • Parse the IFC
      • Build a Web Worker Bundle
      • Parse the IFC, again
      • Dealing with the mainObject
      • Build the Geometry
    • All Together Wow
  • Saving the Scene
    • Introduction
    • IndexedDB
    • Rebuilding the Scene
    • Result
  • Optimization
    • Introduction
    • 3D Basics
    • Three.js Basics
    • First Draft
    • Merge Geometries
    • Hide Objects on Camera Movement
    • Object Picker
    • Result
  • Additional Notes
    • Introduction
    • Configure rollup.js
    • Support Modern Browsers
    • Improve Parsing Performance
    • Untitled
Powered by GitBook
On this page
  • Web Workers
  • IndexedDB
  • Geometry Optimization

TL;DR

Web Workers

So fast, much wow. I have gone from 1min down to 7 seconds. Try it for yourself.

From 1:08 to 0:21

IndexedDB

From 1:00 to 0:07

Geometry Optimization

So smooth, much wow.

PreviousWelcomeNextHow To Use This Website

Last updated 4 years ago