简体   繁体   中英

Drawing 3D points in Java

My question is - how to draw 3D points in java? I would like to make some plot in simply way. I' ve tried to used it: http://jmathtools.berlios.de/doku.php but there is no documentation.

The Java 3D API is an application programming interface used for writing three-dimensional graphics applications and applets.

for more details go there http://download.java.net/media/java3d/javadoc/1.4.0/javax/media/j3d/doc-files/intro.html

example http://download.java.net/media/java3d/javadoc/1.4.0/javax/media/j3d/doc-files/HelloUniverse.html

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