|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.collada.COLLADALoader
public class COLLADALoader
This is a really simple COLLADA file loader. Its features are limited for now but improving every minute :)
| Constructor Summary | |
|---|---|
COLLADALoader()
Create a new COLLADA Loader. |
|
| Method Summary | |
|---|---|
AssetFolder |
load(java.net.URL basePath,
java.io.InputStream stream)
Loads a COLLADA file from a stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public COLLADALoader()
throws ParsingException
ParsingException| Method Detail |
|---|
public AssetFolder load(java.net.URL basePath,
java.io.InputStream stream)
basePath - The base path, used e.g. when there are textures to loadstream - The stream to load the scene from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||