Skip to content

ViduusEntertainment/JDaeLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDaeLoader - Java Dae Loader

This is a simple Collada file loader written in Java. Currently it only has support for a small portion of Collada version 1.4.1.

This project does not implement the drawing of Collada Dae files. It leaves that up to the user. However, it makes the process very easy and will even generate the vbo and vba arrays for you. The details on how those arrays are generated will be documented at a later date.

Things Left to Implement

  • Read in texture urls.
  • Apply pose matrices to the displayed meshes.
  • Connect animation key frames to respective bones.
  • Create abstract classes so user can implement render functions.

Usage

Loading a model...

DaeLoader loader = new DaeLoader();
loader.loadModel("./models/Goofy.dae");

About

A collada 1.4.1 file (.dae) loader written in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages