See: Description
Interface | Description |
---|---|
TextureImageLoader |
Interface specifying a lookup for images to be loaded
in textures.
|
Class | Description |
---|---|
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 | Description |
---|---|
CannotChopException |
Exception thrown by chunks to indicate that the
chopper cannot appropriately chop(parse) it.
|
Copyright © 2000-2016 Microcrowd. All Rights Reserved.