Javascript 中的 gluProject 等效项

发布于 2024-12-15 00:55:04 字数 270 浏览 1 评论 0原文

我正在寻找 javascript 中 gluProject 的等效项,以便与 WebGL 一起使用。有谁知道开源实现在哪里或者如何用 javascript 实现它?

我正在使用这里的 glMatrix javascript 库:

https://github.com/toji/gl-matrix< /a>

但缺少项目功能。感谢您的帮助!

I'm looking for an equivalent of gluProject in javascript for use with WebGL. Does anyone know where an open-source implementation is or how to implement it in javascript?

I'm using the glMatrix javascript library from here:

https://github.com/toji/gl-matrix

but it lacks a project function. Thanks for any help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷月断魂刀 2024-12-22 00:55:04

编辑:看看 WebGLU https://github.com/OneGeek/WebGLU
我还没有使用过它,但它似乎是你正在寻找的。

我还找到了另一个项目:http://code.google.com/p/ofxjavascript/wiki /ofxGlu 不过看起来不太有前途......
如果您刚刚开始学习 WebGL,我还建议使用“更高”级别的 javascript 3D 引擎。我从现有的解决方案中学到了很多东西,最后才提出了自己的库。

EDIT: Take a look at WebGLU https://github.com/OneGeek/WebGLU
I have not yet worked with it but it seems what you are looking for.

I also found another project: http://code.google.com/p/ofxjavascript/wiki/ofxGlu It doesn't look too promesing though...
I would also suggest using a "higher" level javascript 3D engine if you are just beginning to learn WebGL. I learned a lot from existing solutions only to finally come up with my own libs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文