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

A dart glb manipulation software. Entirely developed by Copilot.

Super GLB #

A dart glb manipulation software. Entirely developed by Copilot.

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