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

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

public class Loader3DS
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), Frank Bruns

Constructor Summary
Loader3DS()
           
 
Method Summary
 boolean load(Model3DS model, java.lang.String fileName, float scale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loader3DS

public Loader3DS()
Method Detail

load

public boolean load(Model3DS model,
                    java.lang.String fileName,
                    float scale)