opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
171 stars 87 forks source link

Capture screenshot of 3Dview - canvas #53

Closed Shadowing01 closed 8 years ago

Shadowing01 commented 8 years ago

Hello,

I would like to attend an issue in the bimvie.ws project: In 3dview.html there is a button called "Screenshot". It is made invisible but there is code behind it that calls a plugin for scenejs called "capture.js" located in (bimsurfer\lib\scenejs\plugins). I think this function should make an image from model shown in the canvas, however the resulting image is fully white.

The plugin origin: http://scenejs.org/examples/index.html#canvas_capture

I hope you can find some time to investigate, it would help me out alot.

Richard Bos