[EXPERIMENTAL] BIMsurfer 3 Index Page

This page serves as an index page to jump to different example/development/testing applications of BIMsurfer V3

To be clear, BIMsurfer 3 is a JavaScript library, not an application, what you see here can be regarded as documentation
Developer Mode

Includes UI to select project, visual settings and stats

When BIMsurfer 3 is loaded from a BIMserver, it will try to connect to it's API, otherwise, it will connect to http://localhost:8080

First time you'll have to login with credentials valid on your BIMserver, after that those will be stored in localStorage

Be advised that not all combinations of all settings will result in something that works

Minimal Demo

A minimal implementation, ready for copy/paste. Make sure to change the default credentials and settings

Also the poid is hardcoded, so don't expect this to simply work by clicking on it

API

Shows the basic API functions.

First time you'll have to login with credentials valid on your BIMserver, after that those will be stored in localStorage

Have you read the Requirements document? Have you read the Design document? Have you read the API docs (only available when built)?