/bimvie.ws-viewer

New viewer for BIMVie.ws, in separate project for review before integration

Primary LanguageJavaScriptOtherNOASSERTION

bimvie.ws-viewer

An extensible and modular WebGL-based 3D viewer for BIMSurfer.

Features

Work in progress!

Viewer

  • Embed multiple viewers in a page
  • Transparent canvas for reduced GPU workload

Cameras

Create an unlimited number of cameras in your Viewer and switch between them as required.

Use a CameraControl to interact with your cameras, or compose your own custom camera control from these modular controller components:

Animation

Fly your cameras around using these animation components:

Effects

Emphasise your objects using these modular effects components:

Lights

Create an unlimited number of dynamic light sources in your Viewer, using these components:

Objects

Define objects that may be

Dev Tasks

  • Create viewer core in this repository
  • Finish API docs
  • Finish examples
  • Integrate viewer into bimvie.ws

Installation

(in progress)

npm install grunt --save-dev

npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-jshint --save-dev
npm install grunt-contrib-concat --save-dev
npm install grunt-contrib-clean --save-dev
npm install grunt-contrib-yuidoc --save-dev
npm install grunt-contrib-copy --save-dev
npm install grunt-contrib-jasmine --save-dev