Table of contents Chapter index Previous slide Next slide 57
Basic ideas

Java3D overview
Basic ideas
  • Like VRML, Java3D is used to create a scene graph:
  • A hierarchy of nodes and groups of nodes
  • Nodes are instances of Java3D classes
  • Shapes, groups, sounds, behaviors, etc.
  • Java3D applications build the scene graph programmatically
  • There is no Java3D file format
  • A VRML file loader is possible