Essential Java 3D fast : Developing 3D Applications in Java (2001. VIII, 279 p., 14 col. figs. on plates. 23,5 cm)

Essential Java 3D fast : Developing 3D Applications in Java (2001. VIII, 279 p., 14 col. figs. on plates. 23,5 cm)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 280 p.
  • 商品コード 9781852333942

Full Description

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.

Contents

1. Introduction.- What is Java 3D?.- Running Java 3D programs.- How to use this book.- 2. Our First Java 3D Program.- The Scene Graph.- The View Branch.- The Content Branch.- The SimpleWorld Program.- Summary.- 3. Creating Shapes.- Geometric primitives in the utility library.- Geometry arrays.- Loading pre-made geometric models.- Summary.- 4. Lighting and Appearance.- The lighting model.- The Appearance class.- Adding more light types.- Lighting geometry array objects.- Using textures.- Summary.- 5. Groups and Transformations.- The BranchGroup.- The TransformGroup.- The Switch class.- Summary.- 6. Animation.- Interpolators and their features.- A rotation interpolator example.- PathInterpolator classes.- Performing 3D morphing.- Summary.- 7. Interaction and Behaviour.- Use of behaviours and their features.- Behavior: the base behaviour class.- The wake up criteria.- A first behaviour: simple morph.- User input utilities.- Collision detection and response.- Summary.- 8. Advanced Topics.- Compiling scene graph content.- Billboards.- Level of detail.- Sound.- Summary.- 9. Duck Shoot!.- The program elements.- Summary.- Appendix A. Source Code.- Appendix B. Example Data Files.- References.