Database Modeling

This chapter describes the flow of tools required to go from 3D model design and music composition to cutting the ROM cartridge. In addition to the standard C compiler suite, the Nintendo 64 software release supplies a number of other tools particular to the Nintendo 64 software development environment. The source code to some of these tools is provided as an example to help you create your own customized tools - giving your game an advantage in the marketplace. This chapter includes the following sections:

  1. database modeling
  2. model space to render space database conversion
  3. music composition
  4. wavetable construction
  5. building ROM images
  6. host side functionality

To produce real-time 3D graphics, you need modeling tools to create geometry. Because many off-the-shelf modeling tools are available, there is no modeling package in the Nintendo 64 development kit from Silicon Graphics. Nintendo has contracted two top modeling package companies (MultiGen and Alias) to provide the database modeling solution.

For texture-map images and traditional 2D sprite-type games, you may desire image conversion, editing, and paint software. These are not provided as part of the Nintendo 64 development kit.

All of the example applications and source code, including sample image conversion programs, use the popular SGI RGB image format. Additional related, but unsupported software, may be obtained from SGI via the 4Dgifts product, anonymous ftp via sgi.com, or from the user community on the internet (see comp.graphics or the comp.sys.sgi hierarchy). One of the more popular publicly available packages containing image conversion and manipulation software is PBMPLUS, widely available on the internet.

NinGen
NinGen is a 3D modeling package from MultiGen. It is a derivative of their traditional 3D modeling software, together with a Nintendo 64 database format convertor. The key strength of MultiGen has been their ability to provide 3D modeling tools for the real-time commercial and military flight/vehicle simulation market.

For this market, many database techniques developed for a real-time flight simulator are available in NinGen. Some basic features include:

Alias
Historically, Alias has provided 3D animation and modeling tools for the computer-generated film and animation market segment. Beautiful models, sophisticated motion paths, and fast development time are all vital to success in this marketplace. Some of the strong features of the Alias software package include:

Other Modeling Tools
In addition to Alias and MultiGen, there are other modeling packages on the market. SoftImage and Nichimen Graphics are also traditional film and animation market tool suppliers. For PC users, Autodesk's 3DStudio has recently entered the animation market on the low end of the price spectrum.

Film and animation tools have many features that can be extracted for real-time animation. Figuring out how to extract the special features out of theses tools can help you give your game application an advantage. For example, you might be able to use particle system tools to generate texture maps. Flipping this texture book on some morphing geometry can approximate the group motion of a system of particles - enabling you to create fire, water, and other interesting objects.

Custom Modeling Tools
For special game application requirements, you may need to create your own custom modeling packages. Obviously, it is time-consuming to build such a software package in house. The advantage, however, is that you can customize the databases to the requirements of your game. For example, you might be able to gain rendering display performance if you are able to give hints to your modeler about how to order geometry.

Copyright © 1999
Nintendo of America Inc. All Rights Reserved
Nintendo and N64 are registered trademarks of Nintendo
Last Updated January, 1999