Trying to convert STL to GLTF with java and aspose-3d-22.4.jar lib using code below but getting corrupted image, tried online converter and it converted as expected, which save options am I missing?
Scene scene = Scene.fromFile("test.stl")
scene.save("output.gltf", new GltfSaveOptions(FileFormat.GLTF2_BINARY))
sources.7z (11.9 KB)