Javascript 3D图形工具? [英] Javascript 3d Graphing utility?

查看:111
本文介绍了Javascript 3D图形工具?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人知道任何好的JavaScript 3d图形工具?我知道每个网站都建议 Canvas 3d Graph ,但实际上它非常有限。对于其中的一个,它只允许绘制1000以内的数据集。虽然它具有一些能力(用一些代码修改)来绘制有点超出其范围的数据,但完全修改后的任何内容都不允许绘制基于时间的数据或者数值远远大于1000的数据(我有数据值在数十亿之间)。

或者我应该放弃所有的希望,或者自己写一个或期待其他技术?

解决方案

Google O3D是一个使用JavaScript制作3D图形的库。它也有一个不赞成使用的插件,但最新版本使用WebGL。



在这里查看: http://code.google.com/p/o3d/



您一定需要围绕它创建一个小型图形框架,但它不应该很难,特别是如果仔细观察Google代码网站上提供的示例,则不是很难。



它使用OpenGL作为后端技术:在合理的硬件上渲染大量的多边形并不是问题。


Does any one know of any good javascript 3d graphing utility? I know that every site ever recommends Canvas 3d Graph but it is actually quite limiting. For one it only allows graphing with datasets that are within the 1000. Though it does have some capability (with a bit of code modifying) to graph data that are a bit out of its range, nothing out of a complete revamp will allow graphing of data based on time or with values hugely larger than 1000. (I have data values that range into the billions.)

Or should I abandon all hope and either write one myself or look to other technology?

解决方案

Google O3D is a library for producing 3d-graphics using Javascript. It also has a deprecated plugin, but the newest version uses WebGL.

Check it out here: http://code.google.com/p/o3d/

You'll definitely need to build a small graphing-shell around it, but it shouldn't be hard, especially not if you look closely to the examples provided on the Google-code website.

It uses OpenGL as a backend-technology: rendering lots of polygons, on reasonable hardware, is not a problem at all.

这篇关于Javascript 3D图形工具?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆