feud.testgame.util
Class LevelSerializer

java.lang.Object
  extended byfeud.testgame.util.LevelSerializer

public class LevelSerializer
extends java.lang.Object

Helper class to serialize level mesh data and textures. Because the actual example loads them as a serialized stream, it could be required to recreate the serialized versions when jPCT versions change. Just run this class once in that case.


Constructor Summary
LevelSerializer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelSerializer

public LevelSerializer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception