An open API service indexing awesome lists of open source software.

https://github.com/prolincur/dae4j

dae4j COLLADA Java Library
https://github.com/prolincur/dae4j

Last synced: 3 months ago
JSON representation

dae4j COLLADA Java Library

Awesome Lists containing this project

README

        

## 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](https://sourceforge.net/p/dae4j/home/Home/).
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"](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) in the Apache Maven documentation.

```xml

com.dddviewr
dae4j
1.8.0

```