This project is not maintained anymore, please have a look at V2 of BIMsurfer, which you can find here: https://github.com/opensourceBIM/BIMsurfer/tree/V2
An extensible and modular WebGL-based 3D viewer for BIMSurfer.
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:
- KeyboardAxisCamera
- KeyboardOrbitCamera
- KeyboardPanCamera
- KeyboardZoomCamera
- MouseOrbitCamera
- MouseZoomCamera
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
- Custom meshes
- Primitives for debugging - box, teapot
- Create viewer core in this repository
- Finish API docs
- Finish examples
- Integrate viewer into bimvie.ws
(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