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

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

public class Vertex2ListChunk
extends Chunk

Reads a list of x,y points that will be used later for texture mapping.

Author:
jdeford

Constructor Summary
Vertex2ListChunk()
           
 
Method Summary
 void loadData(ChunkChopper chopper)
          Reads all the point data from the chopper and stores teh points in the chopper.
 
Methods inherited from class com.microcrowd.loader.java3d.max3ds.chunks.Chunk
addSubChunk, getDescription, getName, getSubChunk, initialize, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Vertex2ListChunk

public Vertex2ListChunk()
Method Detail

loadData

public void loadData(ChunkChopper chopper)
Reads all the point data from the chopper and stores teh points in the chopper.

Overrides:
loadData in class Chunk
Parameters:
chopper - the chopper that will parse and store the data using this chunks id as the key.


Copyright © 2000-2011 Microcrowd. All Rights Reserved.