va3c / va3c.github.io

vA3C Homepage
http://va3c.github.io/
Other
71 stars 22 forks source link

View capture and markup mode #11

Open zachflanders opened 10 years ago

zachflanders commented 10 years ago

One thought I had for an additional feature would be a capture button, where a user (e.g. a client) could press a button to screenshot a view and then go into a markup mode where they could draw on the image using a red pen or something. They could then share it back to the team.

I think one of the great advantages of this web based tool is that it makes it very easy to share models through a web link. This feature would make it easy for the person viewing the model to send back ideas and markups.

theo-armour commented 10 years ago

@zachflanders / Zach

Excellent observations. And the Three.js WegGL Rendere has the preserveDrawingBuffer: which enables very good screen capture - which I've used more than once/

http://mrdoob.github.io/three.js/docs/#Reference/Renderers/WebGLRenderer

The issue is that the screen capture is 2D and the design is 3D.

I would delighted to hear you think out load about crazy ideas how to do redlining in 3D.

share models through a web link

The R2 viewer I just uploaded starts to have the capability to open and read files via links. Coming up will be permalinks which will allow you to have target position, viewer position, light positions and more appended to any link.

Again, any crazy, off the wall thoughts about what should be available in permalinks would be fun to hear about.

Theo