简体   繁体   English

用于创建简单的3D模型(如SketchUp)的库

[英]Library for creating simple 3D models like SketchUp

I`m looking for a programming library for creating 3d models like the attached graphic. 我正在寻找用于创建3d模型(如所附图形)的编程库。

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). 它适用于用Java编写的Web应用程序,但是我愿意接受所有建议(只要模型是在应用程序的后端/服务器端生成的)。

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. 不需要模型的“实时旋转”,我只需要从2-3个不同的角度生成某种图像文件即可。

Any suggestions? 有什么建议么?

模型

It is possible to use server-side scripting to create models in SketchUp. 可以使用服务器端脚本在SketchUp中创建模型。 Shade Shelters Toolbox is a site doing this with PHP and AJAX. Shade Shelters Toolbox是使用PHP和AJAX进行此操作的网站。 The Ruby scripts SketchUp uses could be stored in a database for common parts, or they could be generated based on selected parameters. SketchUp使用的Ruby脚本可以存储在数据库中以供通用零件使用,也可以根据选定的参数生成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM