2.2.2 Comparing output | JAVA 3D Programming | Chapter 2

2.2.2 Comparing output

Look at the outputs from MyJava3D and Java 3D again (figure 2.4). They are very different—so Java 3D must be doing a lot more than projecting points and drawing lines:


  • Triangles are drawn filled; you cannot see the edges of the triangles.
  • Nice lighting effect can be seen in the curve of the hand.
  • Background colors are different.
  • Performance is much better—measured by comparing the number of frames rendered per second.


Figure 2.4 Compare the output from Java 3D (left) with the output from MyJava3D (right)

Comments

Popular Posts

2.2.3 Drawing filled triangles | JAVA 3D Programming | Chapter 2

3.1.4 Java 2 development environment (optional) | JAVA 3D Programming | Chapter 3

4.7 Immediate mode vs. retained mode vs. mixed mode

4.4 Elements of scenegraph design | JAVA 3D Programming | Chapter 4

What is Java 3D and is it for me? | Chapter 1