1.4 EXPECTED PERFORMANCE | JAVA 3D Programming | Chapter 1

1.4 EXPECTED PERFORMANCE

          An important part of your application design is to estimate your expected performance and validate your design against your target machine configurations. Aim to build some simple prototypes that will allow you to extrapolate your finished application’s performance. It is far easier to revise your designs at this stage than two weeks before completion.

          For example, on my home machine—with an AMD 850 MHz processor, nVidia GeForce II Ultra (64 MB RAM) graphics card, and 256 MB RAM—I get about 35 FPS running the Java 3D Fly−Through example application (http://www.javasoft.com/products/java−media/3D/flythrough.html). The Fly−Through city scene (figure 1.2) is composed of 195,000 triangles, 4,115 Shape3D instances, and 1,238 Appearances (uncompiled scenegraph).


Figure 1.2 The Sun Java 3D example Fly−Through


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