This is the Java COLLADA Library. This originally developed by Pelle Johnsen and contributed by Sander Groen. We have forked the repository from sourceforge. This is a new home of this wonderful Java Library in GitHub.
- Geometries -- triangles and polylist (no holes) -- tangents
- Materials -- Textures (diffuse, specular, normals)
- Skin Controller
- Animation
- De-indexing
Add following to pom.xml
file of your maven
project. See "Introduction to the POM" in the Apache Maven documentation.
<dependency>
<groupId>com.dddviewr</groupId>
<artifactId>dae4j</artifactId>
<version>1.8.0</version>
</dependency>