Posts

Showing posts from May, 2022

Daniel Selman's book, "Java 3D Programming" is simply the best

Daniel Selman's book, "Java3D Programming" is probably the best book on this topic. It has brilliant introduction, no-nonsense explanations. You can learn from every single page of the book.  I present here the source code files for the Chapter 11, "Behaviors - Navigation, Alignment, and LOD". I could not find all original GIF images, so I created and tested my own. Here are the files for the project KeyNavigateTest: KeyNavigateTest.java bookcase.gif ceiling.gif floor.gif light.gif small_map.gif wall.gif water.gif Complete NetBeans project with all files ready to compile and run are here: KeyNavigateTest.zip You can get Daniel Selman's book from Amazon and Manning Publications. Free references: Sun Microsystems - Getting Started with the Java 3D™ API.djvu Sun Microsystems - Getting Started with the Java 3D™ API.pdf Source code for Sun Microsystems - Getting Started with Java 3D API. Keywords: Java, Java 3D, Java3D, Daniel Selman, Java3D Programming, Java ani