Skip to content

prolincur/dae4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dae4j COLLADA Java Library

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.

Supported features

  • Geometries -- triangles and polylist (no holes) -- tangents
  • Materials -- Textures (diffuse, specular, normals)
  • Skin Controller
  • Animation
  • De-indexing

Installation

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>