de.rico.engine.geometry.modelloader.threeds
Class Chunk3DS

java.lang.Object
  extended by de.rico.engine.geometry.modelloader.threeds.Chunk3DS

public class Chunk3DS
extends java.lang.Object

Basic loader technology found at the joglutils project: https://joglutils.dev.java.net/

Author:
joglutils project (changes and additions by Frank Bruns)

Field Summary
 int bytesRead
           
 int id
           
 int length
           
 
Constructor Summary
Chunk3DS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

length

public int length

bytesRead

public int bytesRead
Constructor Detail

Chunk3DS

public Chunk3DS()