简体   繁体   中英

java 3D drawing

I have a matrix that includes XYZ 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?

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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