| License |
License |
|---|---|
| GroupId | GroupIdio.github.chadj2 |
| ArtifactId | ArtifactIdjgltf-mesh |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava glTF MeshBuilder
Build geometry and meshes for glTF formats.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jgltf-mesh-1.0.pom | |
| jgltf-mesh-1.0.jar | 61 KB |
| jgltf-mesh-1.0-tests.jar | 1 MB |
| jgltf-mesh-1.0-sources.jar | 33 KB |
| jgltf-mesh-1.0-javadoc.jar | 514 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.chadj2/jgltf-mesh/ -->
<dependency>
<groupId>io.github.chadj2</groupId>
<artifactId>jgltf-mesh</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chadj2/jgltf-mesh/
implementation 'io.github.chadj2:jgltf-mesh:1.0'
// https://jarcasting.com/artifacts/io.github.chadj2/jgltf-mesh/
implementation ("io.github.chadj2:jgltf-mesh:1.0")
'io.github.chadj2:jgltf-mesh:jar:1.0'
<dependency org="io.github.chadj2" name="jgltf-mesh" rev="1.0">
<artifact name="jgltf-mesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chadj2', module='jgltf-mesh', version='1.0')
)
libraryDependencies += "io.github.chadj2" % "jgltf-mesh" % "1.0"
[io.github.chadj2/jgltf-mesh "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| de.javagl : jgltf-model | jar | 2.0.0 |
| javax.vecmath : vecmath | jar | 1.5.2 |
| commons-io : commons-io | jar | 2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.10 |