<< 1 >>
Rating:  Summary: Fascinating complement to Sun's 3D tutorial Review: After playing with this book, and the excellent Java 3D tutorial that Sun offers for free, I've been able to make very simple 3D applets. Most of the information to create the applet came from this book; the Sun tutorial is very good, but sparse in some details which this book covers nicely.Most useful was the description and detailing of the scenegraph, which made it easy to do certain things in my applets. The book also covers more advanced geometric concepts, so advanced programmers should be able to glean much more from the book than I have for now. All in all, a fascinating complement to the Sun tutorial. If you plan to program with Java 3D components, this book will be very useful.
Rating:  Summary: Clearly insufficient Review: Does very little more than the java 3d tutorials. If you've already gone through the tutorials, this book will undoubtedly dissapoint.
Rating:  Summary: Clearly insufficient Review: Does very little more than the java 3d tutorials. If you've already gone through the tutorials, this book will undoubtedly dissapoint.
Rating:  Summary: Not introductory nor reference material Review: I bought because it seemed to cover the subjects in more details when Java 3D tutorial could not. However the Java3D tutorial of Sun is much more detailed and instructive when compared to this book. I extensivly needed Geometry Info sturctures info (i.e. building Shape3D s with custom points) however the book gaved the whole topic in a few paragraphs as it does in other topics.
There are no accompanying CD that include code, thus it is again harder to see techniques. The book is amateurishly composed, and the code examples are very difficult to read (no emphasizations, no bold lines, no comment highlightings...)
I recommend this book only if you can afford a book that will not help you much and urgently need a Java3D book.
Rating:  Summary: Not completely neccessary Review: Sun's Java 3D Tutorial taught me much more than this book did. It was a nice companion book with some good insights, handy to have but honestly I could have made it just fine without.
Rating:  Summary: Great for learning the system Review: The book covers a great detail for scenegraph construction and using the necessary features like materials, lighting, behaviours and animation. Especially the chapter for behaviours is very helpful in creating interactivity with Java3D.
There is only one weakness - geometry creation. Whether you create it inside Java3D or load it from industrial 3D packages, I think the official Java3D tutorial does a better job.
Rating:  Summary: Required Reading for 3D Graphics Developers Review: The Java 3D API from Sun provides an object oriented abstraction around OpenGL and DirectX functions. Sun provides a fairly good introduction to Java 3D in their documentation. However, it can be difficult to find more advanced information on Java 3D as some of the best information can only be found in newsgroups. This book provides the information that anyone working with Java 3D absolutely needs. The author has covered all the bugs, workarounds, pitfalls, design problems etc. that aren't found in the Sun documentation. Starting with the basics of 3D graphics programming, the book moves quickly on to the heart of the Java 3D API, the Scenegraph. The author does a good job of explaining this key class and how to use it to create 3D scenes. The book then moves on to explain creating geometric shapes, defining light sources, creating textures, attaching behavior to objects, interacting with objects, and much more. Each chapter contains code samples highlighting the topics of that chapter. As a novice to Java 3D, I was overwhelmed for a little while but the code samples and the author's excellent explanations of the code kept me from becoming lost. This is definitely a book that should be read in front of the computer while working on the examples. Any experienced Java developer (even if you have no experience in graphics programming) who is interested in developing 3D games or scientific or architectural 3D applications should get this book.
<< 1 >>
|