Skip to main content

export_triangle_mesh_gltf_json

Function export_triangle_mesh_gltf_json 

Source
pub fn export_triangle_mesh_gltf_json(
    mesh: &TriangleMesh,
) -> InterchangeResult<String>
Expand description

Exports a triangle mesh to a minimal glTF 2.0 JSON document (embedded base64 positions/indices).