libgdx API

com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks
Class G3dExporter

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks.G3dExporter

public class G3dExporter
extends java.lang.Object


Constructor Summary
G3dExporter()
           
 
Method Summary
static void export(KeyframedModel model, FileHandle file)
           
static void export(SkeletonModel model, FileHandle file)
           
static void export(StillModel model, FileHandle file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G3dExporter

public G3dExporter()
Method Detail

export

public static void export(StillModel model,
                          FileHandle file)

export

public static void export(KeyframedModel model,
                          FileHandle file)

export

public static void export(SkeletonModel model,
                          FileHandle file)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)