j

jgltf-mesh

Build geometry and meshes for glTF formats.
https://github.com/chadj2/jgltf-mesh
MIT License
Chad Juliano
Files download
File Operation
jgltf-mesh-1.2.0.jar download
jgltf-mesh-1.2.0.pom download
jgltf-mesh-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.chadj2</groupId>
  <artifactId>jgltf-mesh</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.chadj2:jgltf-mesh:1.2.0'
Gradle Kotlin
implementation("io.github.chadj2:jgltf-mesh:1.2.0")
Scala SBT
libraryDependencies += "io.github.chadj2" % "jgltf-mesh" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chadj2', module='jgltf-mesh', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.chadj2" name="jgltf-mesh" rev="1.2.0" />
Leiningen
[io.github.chadj2/jgltf-mesh "1.2.0"]
Apache Buildr
'io.github.chadj2:jgltf-mesh:jar:1.2.0'