com.microcrowd.loader.java3d.max3ds.chunks
Class TextureChunk

java.lang.Object
  extended by com.microcrowd.loader.java3d.max3ds.chunks.Chunk
      extended by com.microcrowd.loader.java3d.max3ds.chunks.TextureChunk

public class TextureChunk
extends Chunk

Loads percentage values from binary data representing them.


Constructor Summary
TextureChunk()
           
 
Method Summary
 void initialize(ChunkChopper chopper)
          Gets the current texture image from the chopper creates a texture with it and sets that texture on the chopper.
 
Methods inherited from class com.microcrowd.loader.java3d.max3ds.chunks.Chunk
addSubChunk, getDescription, getName, getSubChunk, loadData, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextureChunk

public TextureChunk()
Method Detail

initialize

public void initialize(ChunkChopper chopper)
Gets the current texture image from the chopper creates a texture with it and sets that texture on the chopper.

Overrides:
initialize in class Chunk
Parameters:
chopper - the parser containing the state of parsing


Copyright © 2000-2011 Microcrowd. All Rights Reserved.