super_glb 1.0.6 copy "super_glb: ^1.0.6" to clipboard
super_glb: ^1.0.6 copied to clipboard

A dart glb manipulation software. Entirely developed by Copilot.

Super GLB #

A dart glb manipulation software. Entirely developed by Copilot.

Warning #

Made with AI. The output seems correct until I later apply other operations to the model using gltf-transform cli optimize with draco compression.

GLB Rotation #

GlbFile glbFile = await loadGlb("C:\\Users\\valen\\Downloads\\compressed\\8.0007.3j_low_poly.glb");
rotateGlb(
  glbFile, -90, 0, 0
);
await saveGlb(glbFile, "C:\\Users\\valen\\Downloads\\compressed\\8.0007.3j_low_poly_rotated.glb");
0
likes
115
points
272
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A dart glb manipulation software. Entirely developed by Copilot.

Repository (GitHub)
View/report issues

License

LGPL-3.0 (license)

Dependencies

image, path

More

Packages that depend on super_glb