java 3D绘图

发布于 2024-10-13 08:06:36 字数 104 浏览 3 评论 0原文

我有一个包含环境 XYZ 坐标的矩阵。我想在 3D 视图中渲染这个矩阵,根据深度对坐标进行着色。例如,坐标取自房间,因此我希望将此 3D 视图屏幕作为房间屏幕。我怎样才能在Java中做到这一点?

I have a matrix that includes X-Y-Z coordinates of an environment. I want to render this matrix in a 3D view, coloring the coordinates in terms of depth. For example, the coordinates are taken from a room, so I'd like this 3D view screen as room screen. How can I do that in Java?

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

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

发布评论

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

评论(1

执笔绘流年 2024-10-20 08:06:36

如果您没有与编程(Java)相关的具体问题,我建议您阅读 Sun 的 Java 3D 教程:http://java.sun.com/developer/onlineTraining/java3d/

你当然可以等待有人为你提供这个,但如果你需要有些事情改变了,你就做不到,因为你根本不理解它。

最好开始自己学习。

祝你好运!

If you don't have a specific question related to programming (in Java), I'l lrecommend you go through the Java 3D tutorial from Sun: http://java.sun.com/developer/onlineTraining/java3d/

You could of course wait for someone to serve you this on a silver platter, but if you then need something changed, you can't do it, because you don't understand any of it.

Better start learning yourself.

Good luck!

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