polyscope 2.0.0__tar.gz → 2.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {polyscope-2.0.0/src/polyscope.egg-info → polyscope-2.1.0}/PKG-INFO +1 -1
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/persistent_value.h +21 -6
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scalar_quantity.h +2 -1
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scalar_quantity.ipp +44 -19
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_mesh.h +6 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_mesh.ipp +20 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_grid_scalar_quantity.cpp +2 -2
- polyscope-2.1.0/deps/polyscope/test/src/misc_test.cpp +43 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/setup.py +1 -1
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/utils.h +3 -1
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/common.py +15 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/core.py +1 -1
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/volume_grid.py +1 -1
- {polyscope-2.0.0 → polyscope-2.1.0/src/polyscope.egg-info}/PKG-INFO +1 -1
- polyscope-2.0.0/deps/polyscope/test/src/misc_test.cpp +0 -18
- {polyscope-2.0.0 → polyscope-2.1.0}/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/LICENSE +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/MANIFEST.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.BSD +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.GPL +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.LGPL +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.MINPACK +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.MPL2 +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.README +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Cholesky +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/CholmodSupport +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Core +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Dense +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Eigen +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Eigenvalues +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Geometry +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Householder +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/IterativeLinearSolvers +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Jacobi +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/KLUSupport +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/LU +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/MetisSupport +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/OrderingMethods +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/PaStiXSupport +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/PardisoSupport +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/QR +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/QtAlignedMalloc +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SPQRSupport +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SVD +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Sparse +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SparseCholesky +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SparseCore +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SparseLU +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SparseQR +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/StdDeque +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/StdList +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/StdVector +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SuperLUSupport +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/UmfPackSupport +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Cholesky/LDLT.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Cholesky/LLT.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ArithmeticSequence.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Array.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ArrayBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ArrayWrapper.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Assign.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/AssignEvaluator.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Assign_MKL.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/BandMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Block.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/BooleanRedux.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CommaInitializer.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ConditionEstimator.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CoreEvaluators.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CoreIterators.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseBinaryOp.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseNullaryOp.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseTernaryOp.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseUnaryOp.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseUnaryView.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DenseBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DenseCoeffsBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DenseStorage.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Diagonal.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DiagonalMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DiagonalProduct.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Dot.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/EigenBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ForceAlignedAccess.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Fuzzy.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/GeneralProduct.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/GenericPacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/GlobalFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/IO.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/IndexedView.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Inverse.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Map.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/MapBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/MathFunctionsImpl.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Matrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/MatrixBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/NestByValue.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/NoAlias.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/NumTraits.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/PermutationMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/PlainObjectBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Product.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ProductEvaluators.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Random.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Redux.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Ref.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Replicate.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Reshaped.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ReturnByValue.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Reverse.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Select.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/SelfAdjointView.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Solve.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/SolveTriangular.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/SolverBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/StableNorm.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/StlIterators.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Stride.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Swap.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Transpose.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Transpositions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/TriangularMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/VectorBlock.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/VectorwiseOp.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Visitor.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX/Complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/CUDA/Complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/Half.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/Settings.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/TypeCasting.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/MSA/Complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/NEON/Complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SSE/Complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/StlFunctors.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixVector.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/Parallelizer.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/BlasUtil.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/Constants.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/IntegralConstant.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/MKL_support.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/Macros.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/Memory.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/Meta.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/NonMPL2.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/ReshapedHelper.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/StaticAssert.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/SymbolicIndex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/XprHelper.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/AlignedBox.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/AngleAxis.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/EulerAngles.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Homogeneous.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Hyperplane.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Quaternion.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Rotation2D.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/RotationBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Scaling.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Transform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Translation.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Umeyama.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/arch/Geometry_SSE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Householder/Householder.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Householder/HouseholderSequence.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Jacobi/Jacobi.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/KLUSupport/KLUSupport.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/Determinant.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/FullPivLU.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/InverseImpl.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/PartialPivLU.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/arch/Inverse_SSE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/MetisSupport/MetisSupport.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/OrderingMethods/Amd.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/HouseholderQR.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/BDCSVD.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/JacobiSVD.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/SVDBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseDot.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseMap.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseRef.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseVector.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseView.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseQR/SparseQR.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/StlSupport/StdDeque.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/StlSupport/StdList.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/StlSupport/StdVector.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/StlSupport/details.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/Image.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/Kernel.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/RealSvd2x2.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/blas.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/lapack.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/lapacke.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/lapacke_mangling.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/BlockMethods.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/IndexedViewMethods.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/ReshapedMethods.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.clang-format +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.git +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.github/workflows/linux.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.github/workflows/macos.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.github/workflows/windows.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.gitignore +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.gitmodules +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/LICENSE +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/MarchingCubeCpp/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/MarchingCubeCpp/include/MarchingCube/MC.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/args/LICENSE +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/args/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/args/args/args.hxx +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/LICENSE +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/include/KHR/khrplatform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/include/glad/glad.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/src/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/src/glad.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.appveyor.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.git +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.gitattributes +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.github/CODEOWNERS +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.github/workflows/build.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.gitignore +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.mailmap +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/GenerateMappings.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/MacOSXBundleInfo.plist.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/i686-w64-mingw32-clang.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/i686-w64-mingw32.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/modules/FindEpollShim.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/modules/FindOSMesa.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/modules/FindWaylandProtocols.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/modules/FindXKBCommon.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/x86_64-w64-mingw32-clang.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/x86_64-w64-mingw32.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CONTRIBUTORS.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/LICENSE.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/cmake_uninstall.cmake.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/getopt.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/getopt.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad/gl.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad/khrplatform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad/vk_platform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad/vulkan.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad_gl.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad_vulkan.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/linmath.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/mingw/_mingw_dxhelper.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/mingw/dinput.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/mingw/xinput.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/nuklear.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/nuklear_glfw_gl2.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/stb_image_write.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/tinycthread.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/tinycthread.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/vs2008/stdint.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/CONTRIBUTING.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/Doxyfile.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/DoxygenLayout.xml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/SUPPORT.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/build.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/compat.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/compile.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/context.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/extra.css +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/extra.css.map +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/extra.scss +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/footer.html +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/header.html +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/input.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/internal.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/intro.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/main.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/monitor.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/moving.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/news.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/quick.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/spaces.svg +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/vulkan.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/window.dox +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/boing.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/gears.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/glfw.icns +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/glfw.ico +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/glfw.rc +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/heightmap.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/offscreen.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/particles.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/sharing.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/simple.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/splitview.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/wave.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/include/GLFW/glfw3.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/include/GLFW/glfw3native.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_init.m +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_joystick.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_joystick.m +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_monitor.m +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_platform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_time.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_window.m +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/context.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/egl_context.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/egl_context.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glfw3.pc.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glfw3Config.cmake.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glfw_config.h.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glx_context.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glx_context.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/init.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/input.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/internal.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/linux_joystick.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/linux_joystick.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/mappings.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/mappings.h.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/monitor.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/nsgl_context.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/nsgl_context.m +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_init.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_joystick.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_joystick.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_monitor.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_platform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_window.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/osmesa_context.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/osmesa_context.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/posix_thread.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/posix_thread.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/posix_time.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/posix_time.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/vulkan.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wgl_context.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wgl_context.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_init.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_joystick.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_joystick.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_monitor.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_platform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_thread.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_time.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_window.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/window.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wl_init.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wl_monitor.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wl_platform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wl_window.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/x11_init.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/x11_monitor.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/x11_platform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/x11_window.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/xkb_unicode.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/xkb_unicode.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/clipboard.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/cursor.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/empty.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/events.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/gamma.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/glfwinfo.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/icon.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/iconify.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/inputlag.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/joysticks.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/monitors.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/msaa.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/opacity.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/reopen.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/tearing.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/threads.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/timeout.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/title.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/triangle-vulkan.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/windows.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/copying.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/common.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_features.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_fixes.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_noise.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_swizzle.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_swizzle_func.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_vectorize.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/compute_common.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/compute_vector_relational.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_common.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_common_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_exponential.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_exponential_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_geometric.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_geometric_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_integer.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_integer_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_matrix.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_matrix_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_packing.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_packing_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_trigonometric.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_trigonometric_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_vector_relational.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_vector_relational_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/glm.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/qualifier.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/setup.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_float.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_half.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_half.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x2.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x3.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x4.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x2.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x3.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x4.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x2.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x3.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x4.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x4_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_quat.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_quat.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_quat_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec1.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec1.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec2.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec3.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec4.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec4_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/exponential.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_clip_space.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_clip_space.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_common.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_common.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_projection.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_projection.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_relational.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_relational.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_transform.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_transform.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_common.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_common.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_common_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_double.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_double_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_exponential.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_exponential.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_float.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_float_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_geometric.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_geometric.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_relational.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_relational.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_transform.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_transform.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_trigonometric.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_trigonometric.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_common.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_common.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_constants.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_constants.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_int_sized.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_integer.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_integer.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_relational.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_relational.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_uint_sized.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_ulp.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_ulp.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool1.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool1_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_common.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_common.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double1.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double1_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float1.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float1_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int1.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int1_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_integer.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_integer.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_relational.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_relational.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint1.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint1_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint2_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint3_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint4_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_ulp.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_ulp.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/fwd.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/geometric.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/glm.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/bitfield.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/bitfield.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/color_space.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/color_space.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/constants.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/constants.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/epsilon.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/epsilon.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/integer.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/integer.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_access.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_access.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_integer.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_inverse.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_inverse.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_transform.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_transform.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/noise.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/noise.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/packing.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/packing.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/quaternion.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/quaternion.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/quaternion_simd.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/random.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/random.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/reciprocal.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/reciprocal.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/round.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/round.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_aligned.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_precision.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_ptr.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_ptr.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/ulp.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/ulp.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/vec1.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/associated_min_max.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/associated_min_max.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/bit.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/bit.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/closest_point.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/closest_point.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_encoding.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_encoding.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_space.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_space.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_space_YCoCg.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_space_YCoCg.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/common.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/common.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/compatibility.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/compatibility.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/component_wise.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/component_wise.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/dual_quaternion.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/dual_quaternion.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/easing.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/easing.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/euler_angles.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/euler_angles.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/extend.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/extend.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/extended_min_max.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/extended_min_max.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/exterior_product.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/exterior_product.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_exponential.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_exponential.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_square_root.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_square_root.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_trigonometry.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_trigonometry.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/float_notmalize.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/functions.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/functions.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/gradient_paint.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/gradient_paint.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/handed_coordinate_space.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/handed_coordinate_space.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/hash.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/hash.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/integer.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/integer.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/intersect.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/intersect.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/io.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/io.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/log_base.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/log_base.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_cross_product.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_cross_product.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_decompose.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_decompose.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_factorisation.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_factorisation.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_interpolation.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_interpolation.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_major_storage.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_major_storage.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_operation.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_operation.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_query.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_query.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_transform_2d.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_transform_2d.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/mixed_product.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/mixed_product.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/norm.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/norm.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/normal.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/normal.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/normalize_dot.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/normalize_dot.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/number_precision.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/number_precision.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/optimum_pow.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/optimum_pow.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/orthonormalize.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/orthonormalize.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/perpendicular.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/perpendicular.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/polar_coordinates.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/polar_coordinates.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/projection.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/projection.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/quaternion.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/quaternion.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/range.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/raw_data.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/raw_data.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/rotate_normalized_axis.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/rotate_normalized_axis.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/rotate_vector.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/rotate_vector.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/scalar_multiplication.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/scalar_relational.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/scalar_relational.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/spline.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/spline.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/std_based_type.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/std_based_type.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/string_cast.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/string_cast.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/texture.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/texture.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/transform.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/transform.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/transform2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/transform2.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/type_aligned.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/type_aligned.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/type_trait.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/type_trait.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vec_swizzle.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vector_angle.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vector_angle.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vector_query.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vector_query.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/wrap.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/wrap.inl +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/integer.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat2x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat2x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat2x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat3x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat3x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat3x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat4x2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat4x3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat4x4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/matrix.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/packing.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/common.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/exponential.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/geometric.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/integer.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/matrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/packing.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/platform.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/trigonometric.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/vector_relational.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/trigonometric.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/vec2.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/vec3.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/vec4.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/vector_relational.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/manual.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/readme.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/util/autoexp.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/util/autoexp.vc2010.dat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/util/glm.natvis +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/util/usertype.dat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/.clang-format +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/.git +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/.gitignore +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/.travis.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/LICENSE +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/happly.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/happly_logo.jpg +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/CMakeLists.txt.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/main_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/sampledata/platonic_shelf.ply +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/sampledata/platonic_shelf_ascii.ply +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/sampledata/platonic_shelf_big_endian.ply +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.editorconfig +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.git +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.gitattributes +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/FUNDING.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/issue_template.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/pull_request_template.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/workflows/build.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/workflows/scheduled.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/workflows/static-analysis.yml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.gitignore +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/LICENSE.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_allegro5.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_allegro5.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_android.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_android.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx10.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx10.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx11.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx11.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx12.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx12.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx9.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx9.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_glfw.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_glfw.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_glut.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_glut.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_metal.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_metal.mm +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl2.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl2.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl3.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl3.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl3_loader.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_osx.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_osx.mm +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_sdl.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_sdl.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_sdlrenderer.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_sdlrenderer.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_vulkan.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_vulkan.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_wgpu.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_wgpu.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_win32.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_win32.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/vulkan/generate_spv.sh +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/vulkan/glsl_shader.frag +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/vulkan/glsl_shader.vert +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/BACKENDS.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/CHANGELOG.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/EXAMPLES.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/FAQ.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/FONTS.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/TODO.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/README.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/example_allegro5.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/example_allegro5.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/imconfig_allegro5.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/.gitignore +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/app/build.gradle +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/app/src/main/java/MainActivity.kt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/build.gradle +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/settings.gradle +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/iOS/Info-iOS.plist +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/iOS/LaunchScreen.storyboard +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/macOS/Info-macOS.plist +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/macOS/MainMenu.storyboard +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/main.mm +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_opengl2/example_apple_opengl2.xcodeproj/project.pbxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_opengl2/main.mm +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_opengl3/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_opengl3/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_opengl3/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_opengl3/shell_minimal.html +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_wgpu/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_wgpu/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_wgpu/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_wgpu/web/index.html +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_metal/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_metal/main.mm +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/build_win64.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glut_opengl2/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glut_opengl2/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_null/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_null/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_null/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_directx11/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_directx11/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_metal/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_metal/main.mm +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/Makefile +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_vulkan/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_vulkan/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx10/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx10/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx11/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx11/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx12/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx12/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx9/build_win32.bat +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx9/main.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/imgui_examples.sln +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/COPYING.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/include/GLFW/glfw3.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/include/GLFW/glfw3native.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/lib-vc2010-32/glfw3.lib +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/lib-vc2010-64/glfw3.lib +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/usynergy/README.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/usynergy/uSynergy.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/usynergy/uSynergy.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imconfig.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_demo.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_draw.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_internal.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_tables.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_widgets.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imstb_rectpack.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imstb_textedit.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imstb_truetype.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/README.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/cpp/README.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/cpp/imgui_stdlib.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/cpp/imgui_stdlib.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/debuggers/README.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/debuggers/imgui.gdb +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/debuggers/imgui.natstepfilter +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/debuggers/imgui.natvis +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/Cousine-Regular.ttf +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/DroidSans.ttf +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/Karla-Regular.ttf +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/ProggyClean.ttf +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/ProggyTiny.ttf +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/Roboto-Medium.ttf +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/binary_to_compressed_c.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/freetype/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/freetype/imgui_freetype.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/freetype/imgui_freetype.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/single_file/imgui_single_file.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/json/LICENSE.MIT +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/json/README.md +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/json/include/json/json.hpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/stb/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/stb/stb_image.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/stb/stb_image_write.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/stb/stb_impl.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/demo_app.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/simple_dot_mesh_parser.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/simple_dot_mesh_parser.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/surface_mesh_io.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/surface_mesh_io.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/affine_remapper.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/affine_remapper.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/camera_parameters.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/camera_parameters.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/camera_view.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/camera_view.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_image_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_management.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_quantity.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_render_image_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/colors.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/combining_hash_functions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network_color_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network_scalar_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network_vector_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/depth_render_image_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/disjoint_sets.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/file_helpers.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/floating_quantities.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/floating_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/floating_quantity_structure.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/floating_quantity_structure.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/fullscreen_artist.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/group.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/histogram.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/image_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/image_quantity_base.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/imgui_config.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/implicit_helpers.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/implicit_helpers.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/internal.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/messages.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/options.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/parameterization_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/parameterization_quantity.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/pick.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/pick.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_color_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_parameterization_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_scalar_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_vector_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/polyscope.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/quantity.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/ragged_nested_array.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/raw_color_alpha_render_image_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/raw_color_render_image_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/color_maps.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/colormap_defs.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/engine.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/engine.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/ground_plane.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/managed_buffer.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/managed_buffer.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/material_defs.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/materials.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/mock_opengl/mock_gl_engine.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/gl_engine.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/gl_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/common.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/cylinder_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/gizmo_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/grid_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/ground_plane_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/histogram_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/lighting_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/ribbon_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/rules.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/sphere_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/surface_mesh_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/texture_draw_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/vector_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/volume_mesh_shaders.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/shader_builder.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/templated_buffers.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render_image_quantity_base.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scalar_image_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scalar_render_image_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scaled_value.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/screenshot.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/simple_triangle_mesh.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/simple_triangle_mesh.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/slice_plane.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/standardize_data_array.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/structure.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/structure.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_color_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_mesh_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_parameterization_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_scalar_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_vector_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/transformation_gizmo.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/types.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/utilities.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/vector_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/vector_quantity.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/view.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_grid.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_grid.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_grid_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_grid_scalar_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh.ipp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh_color_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh_scalar_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh_vector_quantity.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/weak_handle.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/widget.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/file2c/file2cpp.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/format_all_macOS.sh +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/generate_colormap_constant.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/.gitignore +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/bin2vector.c +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/concrete_seamless.jpg +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/image2material.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/imagesrgb2material.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/render_material.blend +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/camera_parameters.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/camera_view.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/color_image_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/color_management.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/color_render_image_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/curve_network.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/curve_network_color_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/curve_network_scalar_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/curve_network_vector_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/depth_render_image_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/disjoint_sets.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/file_helpers.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/floating_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/floating_quantity_structure.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/fullscreen_artist.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/group.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/histogram.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/image_quantity_base.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/imgui_config.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/internal.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/marching_cubes.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/messages.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/options.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/persistent_value.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/pick.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud_color_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud_parameterization_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud_scalar_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud_vector_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/polyscope.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/raw_color_alpha_render_image_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/raw_color_render_image_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_candy.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_ceramic.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_clay.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_flat.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_font_cousine_regular.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_font_lato_regular.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_jade.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_mud.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_normal.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_wax.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/concrete_seamless.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/color_maps.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/engine.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/ground_plane.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/initialize_backend.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/managed_buffer.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/materials.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/mock_opengl/mock_gl_engine.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/gl_engine.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/common.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/cylinder_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/gizmo_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/grid_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/ground_plane_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/histogram_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/lighting_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/ribbon_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/rules.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/sphere_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/surface_mesh_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/texture_draw_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/vector_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/volume_mesh_shaders.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/shader_builder.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/templated_buffers.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render_image_quantity_base.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/scalar_image_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/scalar_render_image_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/screenshot.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/simple_triangle_mesh.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/slice_plane.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/state.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/structure.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_color_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_mesh.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_parameterization_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_scalar_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_vector_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/transformation_gizmo.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/utilities.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/view.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_grid.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_mesh.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_mesh_color_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_mesh_scalar_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_mesh_vector_quantity.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/weak_handle.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/widget.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/CMakeLists.txt.in +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/include/polyscope_test.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/array_adaptors_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/basics_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/camera_view_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/combo_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/curve_network_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/floating_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/group_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/interop_and_serialization_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/main_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/point_cloud_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/surface_mesh_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/volume_grid_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/volume_mesh_test.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/attr.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/buffer_info.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/cast.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/chrono.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/common.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/complex.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/class.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/common.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/descr.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/init.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/internals.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/typeid.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/eigen.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/embed.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/eval.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/functional.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/gil.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/iostream.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/numpy.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/operators.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/options.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/pybind11.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/pytypes.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/stl.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/stl_bind.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/constructor_stats.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/local_bindings.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/object.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/pybind11_tests.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_embed/CMakeLists.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_exceptions.h +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/FindCatch.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/FindEigen3.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/JoinPaths.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/pybind11Common.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/pybind11NewTools.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/pybind11Tools.cmake +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/setup.cfg +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/camera_view.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/core.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/curve_network.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/floating_quantities.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/imgui.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/implicit_helpers.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/managed_buffer.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/point_cloud.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/surface_mesh.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/volume_grid.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/volume_mesh.cpp +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/__init__.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/camera_view.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/curve_network.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/device_interop.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/floating_quantities.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/global_floating_quantity_structure.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/imgui/__init__.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/implicit_helpers.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/managed_buffer.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/point_cloud.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/structure.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/surface_mesh.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/volume_mesh.py +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/SOURCES.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/dependency_links.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/not-zip-safe +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/requires.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/top_level.txt +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope_bindings/__init__.pyi +0 -0
- {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope_bindings/imgui.pyi +0 -0
|
@@ -46,14 +46,13 @@ public:
|
|
|
46
46
|
PersistentValue(const std::string& name_, T value_) : name(name_), value(value_) {
|
|
47
47
|
if (detail::getPersistentCacheRef<T>().cache.find(name) != detail::getPersistentCacheRef<T>().cache.end()) {
|
|
48
48
|
value = detail::getPersistentCacheRef<T>().cache[name];
|
|
49
|
-
|
|
49
|
+
holdsDefaultValue_ = false;
|
|
50
50
|
} else {
|
|
51
51
|
// Update cache value
|
|
52
52
|
detail::getPersistentCacheRef<T>().cache[name] = value;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
// Ensure in cache on deletion (see not above reference conversion)
|
|
57
56
|
~PersistentValue() {}
|
|
58
57
|
|
|
59
58
|
// Don't want copy or move constructors, only operators
|
|
@@ -85,32 +84,48 @@ public:
|
|
|
85
84
|
// NOTE if you write via this reference, the value will not _actually_ be cached until
|
|
86
85
|
// manuallyChanged() is called, rather than immediately (ugly, but seems necessary to use with imgui)
|
|
87
86
|
T& get() { return value; }
|
|
87
|
+
|
|
88
|
+
// Mark that a value has been directly written via the get() reference, and should be cached
|
|
88
89
|
void manuallyChanged() { set(value); }
|
|
89
90
|
|
|
91
|
+
// clears any cached value, but does not change the current value of the variable
|
|
92
|
+
void clearCache() {
|
|
93
|
+
detail::getPersistentCacheRef<T>().cache.erase(name);
|
|
94
|
+
holdsDefaultValue_ = true;
|
|
95
|
+
}
|
|
96
|
+
|
|
90
97
|
// Explicit setter, which takes care of storing in cache
|
|
91
98
|
void set(T value_) {
|
|
92
99
|
value = value_;
|
|
93
100
|
detail::getPersistentCacheRef<T>().cache[name] = value;
|
|
94
|
-
|
|
101
|
+
holdsDefaultValue_ = false;
|
|
95
102
|
}
|
|
96
103
|
|
|
97
104
|
// Passive setter, will change value without marking in cache; does nothing if some value has already been directly
|
|
98
105
|
// set (equivalent to constructing with a different value).
|
|
99
106
|
void setPassive(T value_) {
|
|
100
|
-
if (
|
|
107
|
+
if (holdsDefaultValue_) {
|
|
101
108
|
value = value_;
|
|
102
109
|
detail::getPersistentCacheRef<T>().cache[name] = value;
|
|
103
110
|
}
|
|
104
111
|
}
|
|
105
112
|
|
|
113
|
+
bool holdsDefaultValue() const { return holdsDefaultValue_; }
|
|
114
|
+
|
|
106
115
|
// Make all template variants friends, so conversion can access private members
|
|
107
116
|
template <typename>
|
|
108
117
|
friend class PersistentValue;
|
|
109
118
|
|
|
119
|
+
protected:
|
|
120
|
+
// the name of the value
|
|
110
121
|
const std::string name;
|
|
122
|
+
|
|
123
|
+
// the value
|
|
111
124
|
T value;
|
|
112
|
-
|
|
113
|
-
|
|
125
|
+
|
|
126
|
+
// True if the value was set on construction or passively and never changed. False if
|
|
127
|
+
// it was pulled from cache or has ever been explicitly set
|
|
128
|
+
bool holdsDefaultValue_ = true;
|
|
114
129
|
};
|
|
115
130
|
|
|
116
131
|
// clang-format off
|
|
@@ -67,8 +67,9 @@ protected:
|
|
|
67
67
|
// === Visualization parameters
|
|
68
68
|
|
|
69
69
|
// Affine data maps and limits
|
|
70
|
-
std::pair<float, float> vizRange; // TODO make these persistent
|
|
71
70
|
std::pair<double, double> dataRange;
|
|
71
|
+
PersistentValue<float> vizRangeMin;
|
|
72
|
+
PersistentValue<float> vizRangeMax;
|
|
72
73
|
Histogram hist;
|
|
73
74
|
|
|
74
75
|
// Parameters
|
|
@@ -8,6 +8,8 @@ template <typename QuantityT>
|
|
|
8
8
|
ScalarQuantity<QuantityT>::ScalarQuantity(QuantityT& quantity_, const std::vector<float>& values_, DataType dataType_)
|
|
9
9
|
: quantity(quantity_), values(&quantity, quantity.uniquePrefix() + "values", valuesData), valuesData(values_),
|
|
10
10
|
dataType(dataType_), dataRange(robustMinMax(values.data, 1e-5)),
|
|
11
|
+
vizRangeMin(quantity.uniquePrefix() + "vizRangeMin", -777.), // set later,
|
|
12
|
+
vizRangeMax(quantity.uniquePrefix() + "vizRangeMax", -777.), // including clearing cache
|
|
11
13
|
cMap(quantity.uniquePrefix() + "cmap", defaultColorMap(dataType)),
|
|
12
14
|
isolinesEnabled(quantity.uniquePrefix() + "isolinesEnabled", false),
|
|
13
15
|
isolineWidth(quantity.uniquePrefix() + "isolineWidth",
|
|
@@ -17,7 +19,12 @@ ScalarQuantity<QuantityT>::ScalarQuantity(QuantityT& quantity_, const std::vecto
|
|
|
17
19
|
{
|
|
18
20
|
hist.updateColormap(cMap.get());
|
|
19
21
|
hist.buildHistogram(values.data);
|
|
20
|
-
|
|
22
|
+
|
|
23
|
+
if (vizRangeMin.holdsDefaultValue()) { // min and max should always have same cache state
|
|
24
|
+
// dynamically compute a viz range from the data min/max
|
|
25
|
+
// note that this also clears the persistent value's cahce, so it's like it was never set
|
|
26
|
+
resetMapRange();
|
|
27
|
+
}
|
|
21
28
|
}
|
|
22
29
|
|
|
23
30
|
template <typename QuantityT>
|
|
@@ -62,7 +69,7 @@ void ScalarQuantity<QuantityT>::buildScalarUI() {
|
|
|
62
69
|
|
|
63
70
|
|
|
64
71
|
// Draw the histogram of values
|
|
65
|
-
hist.colormapRange =
|
|
72
|
+
hist.colormapRange = std::pair<float, float>(vizRangeMin.get(), vizRangeMax.get());
|
|
66
73
|
float windowWidth = ImGui::GetWindowWidth();
|
|
67
74
|
float histWidth = 0.75 * windowWidth;
|
|
68
75
|
hist.buildUI(histWidth);
|
|
@@ -77,36 +84,47 @@ void ScalarQuantity<QuantityT>::buildScalarUI() {
|
|
|
77
84
|
float imPad = ImGui::GetStyle().ItemSpacing.x;
|
|
78
85
|
ImGui::PushItemWidth((histWidth - imPad) / 2);
|
|
79
86
|
float speed = (dataRange.second - dataRange.first) / 100.;
|
|
87
|
+
bool changed = false;
|
|
80
88
|
|
|
81
89
|
switch (dataType) {
|
|
82
90
|
case DataType::STANDARD: {
|
|
83
91
|
|
|
84
|
-
ImGui::DragFloat("##min", &
|
|
85
|
-
|
|
92
|
+
changed = changed || ImGui::DragFloat("##min", &vizRangeMin.get(), speed, dataRange.first, vizRangeMax.get(),
|
|
93
|
+
"%.5g", ImGuiSliderFlags_NoRoundToFormat);
|
|
86
94
|
ImGui::SameLine();
|
|
87
|
-
ImGui::DragFloat("##max", &
|
|
88
|
-
|
|
95
|
+
changed = changed || ImGui::DragFloat("##max", &vizRangeMax.get(), speed, vizRangeMin.get(), dataRange.second,
|
|
96
|
+
"%.5g", ImGuiSliderFlags_NoRoundToFormat);
|
|
89
97
|
|
|
90
98
|
} break;
|
|
91
99
|
case DataType::SYMMETRIC: {
|
|
92
100
|
float absRange = std::max(std::abs(dataRange.first), std::abs(dataRange.second));
|
|
93
101
|
|
|
94
|
-
if (ImGui::DragFloat("##min", &
|
|
95
|
-
|
|
102
|
+
if (ImGui::DragFloat("##min", &vizRangeMin.get(), speed, -absRange, 0.f, "%.5g",
|
|
103
|
+
ImGuiSliderFlags_NoRoundToFormat)) {
|
|
104
|
+
vizRangeMax.get() = -vizRangeMin.get();
|
|
105
|
+
changed = true;
|
|
96
106
|
}
|
|
97
107
|
ImGui::SameLine();
|
|
98
|
-
if (ImGui::DragFloat("##max", &
|
|
99
|
-
|
|
108
|
+
if (ImGui::DragFloat("##max", &vizRangeMax.get(), speed, 0.f, absRange, "%.5g",
|
|
109
|
+
ImGuiSliderFlags_NoRoundToFormat)) {
|
|
110
|
+
vizRangeMin.get() = -vizRangeMax.get();
|
|
111
|
+
changed = true;
|
|
100
112
|
}
|
|
101
113
|
|
|
102
114
|
} break;
|
|
103
115
|
case DataType::MAGNITUDE: {
|
|
104
|
-
ImGui::DragFloat("##max", &
|
|
105
|
-
|
|
116
|
+
changed = changed || ImGui::DragFloat("##max", &vizRangeMax.get(), speed, 0.f, dataRange.second, "%.5g",
|
|
117
|
+
ImGuiSliderFlags_NoRoundToFormat);
|
|
106
118
|
|
|
107
119
|
} break;
|
|
108
120
|
}
|
|
109
121
|
|
|
122
|
+
if (changed) {
|
|
123
|
+
vizRangeMin.manuallyChanged();
|
|
124
|
+
vizRangeMax.manuallyChanged();
|
|
125
|
+
requestRedraw();
|
|
126
|
+
}
|
|
127
|
+
|
|
110
128
|
ImGui::PopItemWidth();
|
|
111
129
|
}
|
|
112
130
|
|
|
@@ -162,8 +180,8 @@ std::vector<std::string> ScalarQuantity<QuantityT>::addScalarRules(std::vector<s
|
|
|
162
180
|
|
|
163
181
|
template <typename QuantityT>
|
|
164
182
|
void ScalarQuantity<QuantityT>::setScalarUniforms(render::ShaderProgram& p) {
|
|
165
|
-
p.setUniform("u_rangeLow",
|
|
166
|
-
p.setUniform("u_rangeHigh",
|
|
183
|
+
p.setUniform("u_rangeLow", vizRangeMin.get());
|
|
184
|
+
p.setUniform("u_rangeHigh", vizRangeMax.get());
|
|
167
185
|
|
|
168
186
|
if (isolinesEnabled.get()) {
|
|
169
187
|
p.setUniform("u_modLen", getIsolineWidth());
|
|
@@ -175,17 +193,23 @@ template <typename QuantityT>
|
|
|
175
193
|
QuantityT* ScalarQuantity<QuantityT>::resetMapRange() {
|
|
176
194
|
switch (dataType) {
|
|
177
195
|
case DataType::STANDARD:
|
|
178
|
-
|
|
196
|
+
vizRangeMin = dataRange.first;
|
|
197
|
+
vizRangeMax = dataRange.second;
|
|
179
198
|
break;
|
|
180
199
|
case DataType::SYMMETRIC: {
|
|
181
200
|
double absRange = std::max(std::abs(dataRange.first), std::abs(dataRange.second));
|
|
182
|
-
|
|
201
|
+
vizRangeMin = -absRange;
|
|
202
|
+
vizRangeMax = absRange;
|
|
183
203
|
} break;
|
|
184
204
|
case DataType::MAGNITUDE:
|
|
185
|
-
|
|
205
|
+
vizRangeMin = 0.;
|
|
206
|
+
vizRangeMax = dataRange.second;
|
|
186
207
|
break;
|
|
187
208
|
}
|
|
188
209
|
|
|
210
|
+
vizRangeMin.clearCache();
|
|
211
|
+
vizRangeMax.clearCache();
|
|
212
|
+
|
|
189
213
|
requestRedraw();
|
|
190
214
|
return &quantity;
|
|
191
215
|
}
|
|
@@ -214,13 +238,14 @@ std::string ScalarQuantity<QuantityT>::getColorMap() {
|
|
|
214
238
|
|
|
215
239
|
template <typename QuantityT>
|
|
216
240
|
QuantityT* ScalarQuantity<QuantityT>::setMapRange(std::pair<double, double> val) {
|
|
217
|
-
|
|
241
|
+
vizRangeMin = val.first;
|
|
242
|
+
vizRangeMax = val.second;
|
|
218
243
|
requestRedraw();
|
|
219
244
|
return &quantity;
|
|
220
245
|
}
|
|
221
246
|
template <typename QuantityT>
|
|
222
247
|
std::pair<double, double> ScalarQuantity<QuantityT>::getMapRange() {
|
|
223
|
-
return
|
|
248
|
+
return std::pair<float, float>(vizRangeMin.get(), vizRangeMax.get());
|
|
224
249
|
}
|
|
225
250
|
template <typename QuantityT>
|
|
226
251
|
std::pair<double, double> ScalarQuantity<QuantityT>::getDataRange() {
|
|
@@ -423,6 +423,12 @@ template <class V, class F>
|
|
|
423
423
|
SurfaceMesh* registerSurfaceMesh(std::string name, const V& vertexPositions, const F& faceIndices);
|
|
424
424
|
template <class V, class F>
|
|
425
425
|
SurfaceMesh* registerSurfaceMesh2D(std::string name, const V& vertexPositions, const F& faceIndices);
|
|
426
|
+
|
|
427
|
+
// register functions that also set perms
|
|
428
|
+
// these are kept mainly for backward compatability, prefer setting perms after registering
|
|
429
|
+
template <class V, class F, class P>
|
|
430
|
+
SurfaceMesh* registerSurfaceMesh(std::string name, const V& vertexPositions, const F& faceIndices,
|
|
431
|
+
const std::array<std::pair<P, size_t>, 3>& perms);
|
|
426
432
|
template <class V, class F, class P>
|
|
427
433
|
SurfaceMesh* registerSurfaceMesh(std::string name, const V& vertexPositions, const F& faceIndices,
|
|
428
434
|
const std::array<std::pair<P, size_t>, 5>& perms);
|
|
@@ -40,6 +40,26 @@ SurfaceMesh* registerSurfaceMesh2D(std::string name, const V& vertexPositions, c
|
|
|
40
40
|
return registerSurfaceMesh(name, positions3D, faceIndices);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
+
template <class V, class F, class P>
|
|
44
|
+
SurfaceMesh* registerSurfaceMesh(std::string name, const V& vertexPositions, const F& faceIndices,
|
|
45
|
+
const std::array<std::pair<P, size_t>, 3>& perms) {
|
|
46
|
+
SurfaceMesh* mesh = registerSurfaceMesh(name, vertexPositions, faceIndices);
|
|
47
|
+
if (mesh) {
|
|
48
|
+
mesh->setAllPermutations(perms);
|
|
49
|
+
}
|
|
50
|
+
return mesh;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
template <class V, class F, class P>
|
|
54
|
+
SurfaceMesh* registerSurfaceMesh(std::string name, const V& vertexPositions, const F& faceIndices,
|
|
55
|
+
const std::array<std::pair<P, size_t>, 5>& perms) {
|
|
56
|
+
SurfaceMesh* mesh = registerSurfaceMesh(name, vertexPositions, faceIndices);
|
|
57
|
+
if (mesh) {
|
|
58
|
+
mesh->setAllPermutations(perms);
|
|
59
|
+
}
|
|
60
|
+
return mesh;
|
|
61
|
+
}
|
|
62
|
+
|
|
43
63
|
template <class V>
|
|
44
64
|
void SurfaceMesh::updateVertexPositions(const V& newPositions) {
|
|
45
65
|
validateSize(newPositions, vertexDataSize, "newPositions");
|
|
@@ -71,9 +71,9 @@ void VolumeGridNodeScalarQuantity::buildCustomUI() {
|
|
|
71
71
|
|
|
72
72
|
// Set isovalue
|
|
73
73
|
ImGui::PushItemWidth(120);
|
|
74
|
-
if (ImGui::SliderFloat("##Radius", &isosurfaceLevel.get(),
|
|
74
|
+
if (ImGui::SliderFloat("##Radius", &isosurfaceLevel.get(), vizRangeMin.get(), vizRangeMax.get(), "%.4e")) {
|
|
75
75
|
// Note: we intentionally do this rather than calling setIsosurfaceLevel(), because that function immediately
|
|
76
|
-
// recomputes the
|
|
76
|
+
// recomputes the levelset mesh, which is too expensive during user interaction
|
|
77
77
|
isosurfaceLevel.manuallyChanged();
|
|
78
78
|
}
|
|
79
79
|
ImGui::PopItemWidth();
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// Copyright 2017-2023, Nicholas Sharp and the Polyscope contributors. https://polyscope.run
|
|
2
|
+
|
|
3
|
+
#include "polyscope_test.h"
|
|
4
|
+
|
|
5
|
+
// ============================================================
|
|
6
|
+
// =============== Scalar Quantity Tests
|
|
7
|
+
// ============================================================
|
|
8
|
+
|
|
9
|
+
// We test these on a point cloud because it is convenient, but really we are testing the scalar quantity
|
|
10
|
+
|
|
11
|
+
TEST_F(PolyscopeTest, TestScalarQuantity) {
|
|
12
|
+
auto psPoints = registerPointCloud();
|
|
13
|
+
|
|
14
|
+
std::vector<double> vScalar(psPoints->nPoints(), 7.);
|
|
15
|
+
auto q1 = psPoints->addScalarQuantity("vScalar", vScalar);
|
|
16
|
+
q1->setEnabled(true);
|
|
17
|
+
polyscope::show(3);
|
|
18
|
+
|
|
19
|
+
// get map range
|
|
20
|
+
std::pair<double, double> newRange = {-1., 1.};
|
|
21
|
+
q1->setMapRange(newRange);
|
|
22
|
+
EXPECT_EQ(newRange, q1->getMapRange());
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
polyscope::show(3);
|
|
26
|
+
|
|
27
|
+
polyscope::removeAllStructures();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// ============================================================
|
|
31
|
+
// =============== Materials tests
|
|
32
|
+
// ============================================================
|
|
33
|
+
|
|
34
|
+
TEST_F(PolyscopeTest, FlatMaterialTest) {
|
|
35
|
+
auto psMesh = registerTriangleMesh();
|
|
36
|
+
|
|
37
|
+
// Test the flat material, it uses custom rules & uniforms and thus is different from others
|
|
38
|
+
psMesh->setMaterial("flat");
|
|
39
|
+
EXPECT_EQ(psMesh->getMaterial(), "flat");
|
|
40
|
+
polyscope::show(3);
|
|
41
|
+
|
|
42
|
+
polyscope::removeAllStructures();
|
|
43
|
+
}
|
|
@@ -9,7 +9,7 @@ from setuptools import setup, Extension
|
|
|
9
9
|
from setuptools.command.build_ext import build_ext
|
|
10
10
|
from distutils.version import LooseVersion
|
|
11
11
|
|
|
12
|
-
__version__ = '2.
|
|
12
|
+
__version__ = '2.1.0'
|
|
13
13
|
|
|
14
14
|
class CMakeExtension(Extension):
|
|
15
15
|
def __init__(self, name, sourcedir='', exclude_arch=False):
|
|
@@ -196,7 +196,9 @@ py::class_<ScalarQ> bindScalarQuantity(py::module& m, std::string name) {
|
|
|
196
196
|
return bindQuantity<ScalarQ>(m, name.c_str())
|
|
197
197
|
.def("set_color_map", &ScalarQ::setColorMap, "Set color map")
|
|
198
198
|
.def("set_map_range", &ScalarQ::setMapRange, "Set map range")
|
|
199
|
-
.def("
|
|
199
|
+
.def("set_isolines_enabled", &ScalarQ::setIsolinesEnabled)
|
|
200
|
+
.def("set_isoline_width", &ScalarQ::setIsolineWidth, "Set isoline width")
|
|
201
|
+
.def("set_isoline_darkness", &ScalarQ::setIsolineDarkness);
|
|
200
202
|
}
|
|
201
203
|
|
|
202
204
|
template <typename VolumeMeshVertexScalarQuantity>
|
|
@@ -62,6 +62,21 @@ def process_scalar_args(structure, quantity, scalar_args):
|
|
|
62
62
|
val = check_and_pop_arg(scalar_args, 'cmap')
|
|
63
63
|
if val is not None:
|
|
64
64
|
quantity.set_color_map(val)
|
|
65
|
+
|
|
66
|
+
val = check_and_pop_arg(scalar_args, 'isolines_enabled')
|
|
67
|
+
if val is not None:
|
|
68
|
+
quantity.set_isolines_enabled(val)
|
|
69
|
+
|
|
70
|
+
val = check_and_pop_arg(scalar_args, 'isoline_width')
|
|
71
|
+
val_relative = check_and_pop_arg(scalar_args, 'isoline_width_relative')
|
|
72
|
+
if val is not None:
|
|
73
|
+
if val_relative is None:
|
|
74
|
+
val_relative = False
|
|
75
|
+
quantity.set_isoline_width(val, val_relative)
|
|
76
|
+
|
|
77
|
+
val = check_and_pop_arg(scalar_args, 'isoline_darkness')
|
|
78
|
+
if val is not None:
|
|
79
|
+
quantity.set_isoline_darkness(val)
|
|
65
80
|
|
|
66
81
|
|
|
67
82
|
# Process args, removing them from the dict if they are present
|
|
@@ -466,7 +466,7 @@ class CameraParameters:
|
|
|
466
466
|
int(dims[0]), int(dims[1]),
|
|
467
467
|
str_to_image_origin(image_origin)
|
|
468
468
|
)
|
|
469
|
-
return out_rays.reshape(dims[
|
|
469
|
+
return out_rays.reshape(dims[1], dims[0], 3)
|
|
470
470
|
|
|
471
471
|
def generate_camera_ray_corners(self):
|
|
472
472
|
return self.instance.generate_camera_ray_corners()
|
|
@@ -169,7 +169,7 @@ class VolumeGrid(Structure):
|
|
|
169
169
|
check_all_args_processed(self, q, scalar_args)
|
|
170
170
|
|
|
171
171
|
|
|
172
|
-
def register_volume_grid(name, bound_low, bound_high,
|
|
172
|
+
def register_volume_grid(name, node_dims, bound_low, bound_high, enabled=None, color=None, edge_color=None, edge_width=None, cube_size_factor=None, material=None, transparency=None):
|
|
173
173
|
|
|
174
174
|
"""Register a new volume grid"""
|
|
175
175
|
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// Copyright 2017-2023, Nicholas Sharp and the Polyscope contributors. https://polyscope.run
|
|
2
|
-
|
|
3
|
-
#include "polyscope_test.h"
|
|
4
|
-
|
|
5
|
-
// ============================================================
|
|
6
|
-
// =============== Materials tests
|
|
7
|
-
// ============================================================
|
|
8
|
-
|
|
9
|
-
TEST_F(PolyscopeTest, FlatMaterialTest) {
|
|
10
|
-
auto psMesh = registerTriangleMesh();
|
|
11
|
-
|
|
12
|
-
// Test the flat material, it uses custom rules & uniforms and thus is different from others
|
|
13
|
-
psMesh->setMaterial("flat");
|
|
14
|
-
EXPECT_EQ(psMesh->getMaterial(), "flat");
|
|
15
|
-
polyscope::show(3);
|
|
16
|
-
|
|
17
|
-
polyscope::removeAllStructures();
|
|
18
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|