M3GToolkit 0.5.0

com.java4ever.m3gtoolkit.plugins.ase
Class ASEFile

java.lang.Object
  extended bycom.java4ever.m3gtoolkit.plugins.ase.ASEFile

public class ASEFile
extends java.lang.Object


Constructor Summary
ASEFile(java.io.File file)
           
 
Method Summary
 Camera[] getCameras()
           
 java.lang.String getComment()
           
 GeomObject[] getGeomObjects()
           
 Light[] getLights()
           
 Material[] getMaterials()
           
 Scene getScene()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASEFile

public ASEFile(java.io.File file)
        throws java.io.IOException
Method Detail

getVersion

public java.lang.String getVersion()

getComment

public java.lang.String getComment()

getScene

public Scene getScene()

getMaterials

public Material[] getMaterials()

getCameras

public Camera[] getCameras()

getLights

public Light[] getLights()

getGeomObjects

public GeomObject[] getGeomObjects()

M3GToolkit 0.5.0

Copyright 2005 java4ever.com. All Rights Reserved.