Skip to content

Files

Latest commit

d59a03a · May 16, 2021

History

History
27 lines (21 loc) · 842 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 842 Bytes

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>