Package com.microcrowd.loader.java3d.max3ds

Contains classes used to load 3d studio max files.

See:
          Description

Interface Summary
TextureImageLoader Interface specifying a lookup for images to be loaded in textures.
 

Class Summary
ChunkChopper A singleton flyweight factory responsible for chopping the data up and sending it to the corresponding chunks(which are flyweights ala the flyweight pattern) for processing.
ChunkMap A Hashmap with the chunk names as values with keys being the chunk id.
ChunkTester Used to test and create test data for chunks.
DefaultTextureImageLoader General purpose implementation of TextureImageLoader.
Loader3DS Used to load a 3ds studio max file.
Main Provides an example of loader usage with key navigation.
 

Exception Summary
CannotChopException Exception thrown by chunks to indicate that the chopper cannot appropriately chop(parse) it.
 

Package com.microcrowd.loader.java3d.max3ds Description

Contains classes used to load 3d studio max files.



Copyright © 2000-2011 Microcrowd. All Rights Reserved.