java 3D绘图
我有一个包含环境 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您没有与编程(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!