From 836c4198221a7af1b4da2414fc14acc2827b5fb4 Mon Sep 17 00:00:00 2001 From: Jon Carifio Date: Wed, 10 Jul 2024 14:50:21 -0400 Subject: [PATCH] Fix broken README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fad240f..6f2a05d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # glue-ar This package is an experimental plugin for [glue]() that allows exporting augmented reality (AR) -figures out of the 3D scatter and volume viewers from [vispy viewer](https://github.com/glue-viz/glue-vispy-viewers>). +figures out of the 3D scatter and volume viewers from [glue-vispy-viewers](https://github.com/glue-viz/glue-vispy-viewers). Currently this ability is exposed via viewer tools that save a 3D file representing the current view. Currently supported file formats include [OBJ](https://en.wikipedia.org/wiki/Wavefront_.obj_file) and [glTF](https://www.khronos.org/gltf/). This export is performed used [pyvista](https://pyvista.org/), which provides a Python interface to the [Visualization Toolkit (VTK)](https://vtk.org/).