mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
102.3k stars 35.36k forks source link

I have an application which generates 3d model #3931

Closed the-illarionov closed 11 years ago

the-illarionov commented 11 years ago

User choose different parameters and according on model being generated. Actually, it's a plant and students of biology course build them from scratch. I don't wat to use flash, so I see only 3 ways how to make it with threejs:

  1. Somehow the whole model is being generated by threejs.
  2. There is a sketch in collada (finished model) and threejs updates vertices and rerender it.
  3. Accept that its not possible with threejs to dynamically manipulate 3d model and use flash.

Thank you.

WestLangley commented 11 years ago

As stated in the guidelines, help requests should be directed to stackoverflow. This board is for bugs and feature requests.