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
- Host: GitHub
- URL: https://github.com/prolincur/dae4j
- Owner: prolincur
- Created: 2021-05-11T10:33:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T23:35:12.000Z (about 4 years ago)
- Last Synced: 2025-01-26T07:23:08.277Z (5 months ago)
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```