This is an introductory textbook for those who want to learn Java 3D fast. It is packed with numerous examples and illustrations, including an 8-page colour section. The author takes readers through the different stages of writing a simple program in Java 3D and then shows how to modify and add features to the program. Indeed, one of the best way to learn any programming language is by writing programs. The examples in this book assume a working knowledge of Java and some background in 3D graphics. It is one of the first books to introduce Java 3D at an introductory level.Packed with lots of examples and illustrations, including an 8-page colour section, Essential Java 3D fast is an introductory textbook for those who want to learn Java 3D fast. The best way to learn any programming language is by writing programs. In this book, Ian Palmer takes you through the steps to write a simple program in Java 3D, and then shows you how to modify and add features to this program, so you learn the key features of Java 3D. Learn about: Writing a simple Java 3D program; Creating Shapes; Defining Appearance; Animation; Behaviours. The examples in this book assume a working knowledge of Java and some background in 3D graphics, in order to explain the new concepts in Java 3D.1 INTRODUCTION: Introduction. What is Java 3D? Running Java 3D programs. How to use this book. Conventions.- 2 OUR FIRST JAVA 3D PROGRAM: Introduction. The Scene Graph. The View branch. The Content branch. The SimpleWorld program. Summary.- 3 CREATING SHAPES: Introduction. Geometric primitives in the utility library. Geometry arrays. Loading pre-made geometric models. Summary.- 4 LIGHTING THE SCENE AND DEFINING APPEARANCES: Introduction. The lighting model. The Appearance class. Adding more light types. Lighting geometry array objects. Using textures. Summary.- 5 GROUPING OBJECTS AND TRANSFORMATIONS: Introduction. The BranchGrouplT