Reputation: 287
I`m looking for a programming library for creating 3d models like the attached graphic.
It is for a web-application written in Java, but I am open to all suggestions (as long as the model is generated at the back-end/server-side of the application).
There is no need for "live rotation" of the models, I only need to generate some sort of image files from 2-3 different angles.
Any suggestions?
Upvotes: 2
Views: 1046
Reputation: 51
It is possible to use server-side scripting to create models in SketchUp. Shade Shelters Toolbox is a site doing this with PHP and AJAX. The Ruby scripts SketchUp uses could be stored in a database for common parts, or they could be generated based on selected parameters.
Upvotes: 1