A cross compiled Scala 3 library that provides accessible functionality to generate, manipulate, and export 3D mesh objects. Currently supports .PLY, and .OBJ/.MTL file formats.
mesh 0.12
Group ID:
ai.dragonfly
Artifact ID:
mesh_3
Version:
0.12
Version Scheme:
Release Date:
Oct 23, 2023
Licenses:
Files:
Full Scala Version:
3.3.1
Developers:
libraryDependencies += "ai.dragonfly" %% "mesh" % "0.12"
ivy"ai.dragonfly::mesh:0.12"
//> using dep "ai.dragonfly::mesh:0.12"
import $ivy.`ai.dragonfly::mesh:0.12`
<dependency> <groupId>ai.dragonfly</groupId> <artifactId>mesh_3</artifactId> <version>0.12</version> </dependency>
compile group: 'ai.dragonfly', name: 'mesh_3', version: '0.12'