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.
Files changed (1465) hide show
  1. {polyscope-2.0.0/src/polyscope.egg-info → polyscope-2.1.0}/PKG-INFO +1 -1
  2. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/persistent_value.h +21 -6
  3. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scalar_quantity.h +2 -1
  4. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scalar_quantity.ipp +44 -19
  5. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_mesh.h +6 -0
  6. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_mesh.ipp +20 -0
  7. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_grid_scalar_quantity.cpp +2 -2
  8. polyscope-2.1.0/deps/polyscope/test/src/misc_test.cpp +43 -0
  9. {polyscope-2.0.0 → polyscope-2.1.0}/setup.py +1 -1
  10. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/utils.h +3 -1
  11. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/common.py +15 -0
  12. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/core.py +1 -1
  13. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/volume_grid.py +1 -1
  14. {polyscope-2.0.0 → polyscope-2.1.0/src/polyscope.egg-info}/PKG-INFO +1 -1
  15. polyscope-2.0.0/deps/polyscope/test/src/misc_test.cpp +0 -18
  16. {polyscope-2.0.0 → polyscope-2.1.0}/CMakeLists.txt +0 -0
  17. {polyscope-2.0.0 → polyscope-2.1.0}/LICENSE +0 -0
  18. {polyscope-2.0.0 → polyscope-2.1.0}/MANIFEST.in +0 -0
  19. {polyscope-2.0.0 → polyscope-2.1.0}/README.md +0 -0
  20. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.BSD +0 -0
  21. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.GPL +0 -0
  22. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.LGPL +0 -0
  23. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.MINPACK +0 -0
  24. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.MPL2 +0 -0
  25. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/COPYING.README +0 -0
  26. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Cholesky +0 -0
  27. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/CholmodSupport +0 -0
  28. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Core +0 -0
  29. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Dense +0 -0
  30. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Eigen +0 -0
  31. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Eigenvalues +0 -0
  32. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Geometry +0 -0
  33. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Householder +0 -0
  34. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/IterativeLinearSolvers +0 -0
  35. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Jacobi +0 -0
  36. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/KLUSupport +0 -0
  37. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/LU +0 -0
  38. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/MetisSupport +0 -0
  39. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/OrderingMethods +0 -0
  40. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/PaStiXSupport +0 -0
  41. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/PardisoSupport +0 -0
  42. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/QR +0 -0
  43. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/QtAlignedMalloc +0 -0
  44. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SPQRSupport +0 -0
  45. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SVD +0 -0
  46. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/Sparse +0 -0
  47. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SparseCholesky +0 -0
  48. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SparseCore +0 -0
  49. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SparseLU +0 -0
  50. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SparseQR +0 -0
  51. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/StdDeque +0 -0
  52. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/StdList +0 -0
  53. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/StdVector +0 -0
  54. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/SuperLUSupport +0 -0
  55. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/UmfPackSupport +0 -0
  56. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Cholesky/LDLT.h +0 -0
  57. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Cholesky/LLT.h +0 -0
  58. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
  59. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
  60. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ArithmeticSequence.h +0 -0
  61. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Array.h +0 -0
  62. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ArrayBase.h +0 -0
  63. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ArrayWrapper.h +0 -0
  64. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Assign.h +0 -0
  65. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/AssignEvaluator.h +0 -0
  66. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Assign_MKL.h +0 -0
  67. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/BandMatrix.h +0 -0
  68. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Block.h +0 -0
  69. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/BooleanRedux.h +0 -0
  70. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CommaInitializer.h +0 -0
  71. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ConditionEstimator.h +0 -0
  72. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CoreEvaluators.h +0 -0
  73. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CoreIterators.h +0 -0
  74. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseBinaryOp.h +0 -0
  75. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseNullaryOp.h +0 -0
  76. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseTernaryOp.h +0 -0
  77. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseUnaryOp.h +0 -0
  78. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/CwiseUnaryView.h +0 -0
  79. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DenseBase.h +0 -0
  80. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DenseCoeffsBase.h +0 -0
  81. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DenseStorage.h +0 -0
  82. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Diagonal.h +0 -0
  83. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DiagonalMatrix.h +0 -0
  84. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/DiagonalProduct.h +0 -0
  85. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Dot.h +0 -0
  86. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/EigenBase.h +0 -0
  87. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ForceAlignedAccess.h +0 -0
  88. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Fuzzy.h +0 -0
  89. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/GeneralProduct.h +0 -0
  90. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/GenericPacketMath.h +0 -0
  91. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/GlobalFunctions.h +0 -0
  92. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/IO.h +0 -0
  93. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/IndexedView.h +0 -0
  94. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Inverse.h +0 -0
  95. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Map.h +0 -0
  96. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/MapBase.h +0 -0
  97. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/MathFunctions.h +0 -0
  98. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/MathFunctionsImpl.h +0 -0
  99. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Matrix.h +0 -0
  100. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/MatrixBase.h +0 -0
  101. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/NestByValue.h +0 -0
  102. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/NoAlias.h +0 -0
  103. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/NumTraits.h +0 -0
  104. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
  105. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/PermutationMatrix.h +0 -0
  106. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/PlainObjectBase.h +0 -0
  107. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Product.h +0 -0
  108. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ProductEvaluators.h +0 -0
  109. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Random.h +0 -0
  110. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Redux.h +0 -0
  111. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Ref.h +0 -0
  112. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Replicate.h +0 -0
  113. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Reshaped.h +0 -0
  114. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/ReturnByValue.h +0 -0
  115. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Reverse.h +0 -0
  116. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Select.h +0 -0
  117. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/SelfAdjointView.h +0 -0
  118. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
  119. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Solve.h +0 -0
  120. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/SolveTriangular.h +0 -0
  121. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/SolverBase.h +0 -0
  122. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/StableNorm.h +0 -0
  123. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/StlIterators.h +0 -0
  124. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Stride.h +0 -0
  125. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Swap.h +0 -0
  126. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Transpose.h +0 -0
  127. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Transpositions.h +0 -0
  128. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/TriangularMatrix.h +0 -0
  129. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/VectorBlock.h +0 -0
  130. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/VectorwiseOp.h +0 -0
  131. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/Visitor.h +0 -0
  132. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX/Complex.h +0 -0
  133. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
  134. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
  135. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
  136. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
  137. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
  138. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
  139. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
  140. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
  141. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
  142. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
  143. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/CUDA/Complex.h +0 -0
  144. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
  145. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
  146. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
  147. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/Half.h +0 -0
  148. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/Settings.h +0 -0
  149. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/Default/TypeCasting.h +0 -0
  150. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
  151. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
  152. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
  153. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
  154. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/MSA/Complex.h +0 -0
  155. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
  156. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
  157. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/NEON/Complex.h +0 -0
  158. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
  159. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
  160. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
  161. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SSE/Complex.h +0 -0
  162. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
  163. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
  164. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
  165. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
  166. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
  167. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
  168. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +0 -0
  169. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
  170. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
  171. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
  172. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
  173. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
  174. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
  175. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
  176. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/StlFunctors.h +0 -0
  177. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
  178. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
  179. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
  180. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
  181. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
  182. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
  183. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
  184. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixVector.h +0 -0
  185. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
  186. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/Parallelizer.h +0 -0
  187. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
  188. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
  189. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
  190. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
  191. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
  192. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
  193. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
  194. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
  195. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
  196. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
  197. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
  198. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
  199. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
  200. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/BlasUtil.h +0 -0
  201. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
  202. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/Constants.h +0 -0
  203. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
  204. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
  205. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
  206. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/IntegralConstant.h +0 -0
  207. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/MKL_support.h +0 -0
  208. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/Macros.h +0 -0
  209. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/Memory.h +0 -0
  210. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/Meta.h +0 -0
  211. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/NonMPL2.h +0 -0
  212. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
  213. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/ReshapedHelper.h +0 -0
  214. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/StaticAssert.h +0 -0
  215. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/SymbolicIndex.h +0 -0
  216. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Core/util/XprHelper.h +0 -0
  217. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
  218. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
  219. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
  220. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
  221. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
  222. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
  223. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
  224. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
  225. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/RealQZ.h +0 -0
  226. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/RealSchur.h +0 -0
  227. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
  228. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
  229. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
  230. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
  231. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/AlignedBox.h +0 -0
  232. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/AngleAxis.h +0 -0
  233. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/EulerAngles.h +0 -0
  234. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Homogeneous.h +0 -0
  235. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Hyperplane.h +0 -0
  236. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/OrthoMethods.h +0 -0
  237. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/ParametrizedLine.h +0 -0
  238. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Quaternion.h +0 -0
  239. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Rotation2D.h +0 -0
  240. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/RotationBase.h +0 -0
  241. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Scaling.h +0 -0
  242. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Transform.h +0 -0
  243. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Translation.h +0 -0
  244. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/Umeyama.h +0 -0
  245. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Geometry/arch/Geometry_SSE.h +0 -0
  246. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Householder/BlockHouseholder.h +0 -0
  247. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Householder/Householder.h +0 -0
  248. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Householder/HouseholderSequence.h +0 -0
  249. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
  250. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
  251. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
  252. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
  253. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
  254. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
  255. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
  256. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
  257. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/Jacobi/Jacobi.h +0 -0
  258. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/KLUSupport/KLUSupport.h +0 -0
  259. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/Determinant.h +0 -0
  260. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/FullPivLU.h +0 -0
  261. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/InverseImpl.h +0 -0
  262. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/PartialPivLU.h +0 -0
  263. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
  264. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/LU/arch/Inverse_SSE.h +0 -0
  265. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/MetisSupport/MetisSupport.h +0 -0
  266. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/OrderingMethods/Amd.h +0 -0
  267. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
  268. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/OrderingMethods/Ordering.h +0 -0
  269. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
  270. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
  271. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
  272. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
  273. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
  274. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
  275. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/HouseholderQR.h +0 -0
  276. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
  277. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
  278. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/BDCSVD.h +0 -0
  279. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/JacobiSVD.h +0 -0
  280. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
  281. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/SVDBase.h +0 -0
  282. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
  283. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
  284. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
  285. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/AmbiVector.h +0 -0
  286. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/CompressedStorage.h +0 -0
  287. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
  288. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -0
  289. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseAssign.h +0 -0
  290. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseBlock.h +0 -0
  291. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseColEtree.h +0 -0
  292. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
  293. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
  294. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
  295. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
  296. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
  297. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseDot.h +0 -0
  298. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
  299. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseMap.h +0 -0
  300. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseMatrix.h +0 -0
  301. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
  302. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparsePermutation.h +0 -0
  303. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseProduct.h +0 -0
  304. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseRedux.h +0 -0
  305. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseRef.h +0 -0
  306. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
  307. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
  308. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
  309. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseTranspose.h +0 -0
  310. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
  311. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseUtil.h +0 -0
  312. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseVector.h +0 -0
  313. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/SparseView.h +0 -0
  314. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseCore/TriangularSolver.h +0 -0
  315. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU.h +0 -0
  316. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
  317. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
  318. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
  319. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
  320. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
  321. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
  322. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
  323. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
  324. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -0
  325. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
  326. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
  327. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
  328. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
  329. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
  330. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
  331. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
  332. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SparseQR/SparseQR.h +0 -0
  333. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/StlSupport/StdDeque.h +0 -0
  334. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/StlSupport/StdList.h +0 -0
  335. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/StlSupport/StdVector.h +0 -0
  336. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/StlSupport/details.h +0 -0
  337. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
  338. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
  339. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/Image.h +0 -0
  340. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/Kernel.h +0 -0
  341. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/RealSvd2x2.h +0 -0
  342. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/blas.h +0 -0
  343. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/lapack.h +0 -0
  344. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/lapacke.h +0 -0
  345. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/misc/lapacke_mangling.h +0 -0
  346. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -0
  347. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -0
  348. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/BlockMethods.h +0 -0
  349. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -0
  350. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -0
  351. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/IndexedViewMethods.h +0 -0
  352. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -0
  353. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -0
  354. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/Eigen/src/plugins/ReshapedMethods.h +0 -0
  355. {polyscope-2.0.0 → polyscope-2.1.0}/deps/eigen/README.md +0 -0
  356. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.clang-format +0 -0
  357. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.git +0 -0
  358. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.github/workflows/linux.yml +0 -0
  359. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.github/workflows/macos.yml +0 -0
  360. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.github/workflows/windows.yml +0 -0
  361. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.gitignore +0 -0
  362. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/.gitmodules +0 -0
  363. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/CMakeLists.txt +0 -0
  364. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/LICENSE +0 -0
  365. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/README.md +0 -0
  366. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/CMakeLists.txt +0 -0
  367. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/MarchingCubeCpp/README.md +0 -0
  368. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/MarchingCubeCpp/include/MarchingCube/MC.h +0 -0
  369. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/args/LICENSE +0 -0
  370. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/args/README.md +0 -0
  371. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/args/args/args.hxx +0 -0
  372. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/CMakeLists.txt +0 -0
  373. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/LICENSE +0 -0
  374. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/include/KHR/khrplatform.h +0 -0
  375. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/include/glad/glad.h +0 -0
  376. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/src/CMakeLists.txt +0 -0
  377. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glad/src/glad.c +0 -0
  378. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.appveyor.yml +0 -0
  379. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.git +0 -0
  380. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.gitattributes +0 -0
  381. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.github/CODEOWNERS +0 -0
  382. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.github/workflows/build.yml +0 -0
  383. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.gitignore +0 -0
  384. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/.mailmap +0 -0
  385. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/GenerateMappings.cmake +0 -0
  386. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/MacOSXBundleInfo.plist.in +0 -0
  387. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/i686-w64-mingw32-clang.cmake +0 -0
  388. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/i686-w64-mingw32.cmake +0 -0
  389. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/modules/FindEpollShim.cmake +0 -0
  390. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/modules/FindOSMesa.cmake +0 -0
  391. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/modules/FindWaylandProtocols.cmake +0 -0
  392. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/modules/FindXKBCommon.cmake +0 -0
  393. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/x86_64-w64-mingw32-clang.cmake +0 -0
  394. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMake/x86_64-w64-mingw32.cmake +0 -0
  395. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CMakeLists.txt +0 -0
  396. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/CONTRIBUTORS.md +0 -0
  397. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/LICENSE.md +0 -0
  398. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/README.md +0 -0
  399. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/cmake_uninstall.cmake.in +0 -0
  400. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/getopt.c +0 -0
  401. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/getopt.h +0 -0
  402. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad/gl.h +0 -0
  403. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad/khrplatform.h +0 -0
  404. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad/vk_platform.h +0 -0
  405. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad/vulkan.h +0 -0
  406. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad_gl.c +0 -0
  407. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/glad_vulkan.c +0 -0
  408. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/linmath.h +0 -0
  409. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/mingw/_mingw_dxhelper.h +0 -0
  410. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/mingw/dinput.h +0 -0
  411. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/mingw/xinput.h +0 -0
  412. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/nuklear.h +0 -0
  413. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/nuklear_glfw_gl2.h +0 -0
  414. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/stb_image_write.h +0 -0
  415. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/tinycthread.c +0 -0
  416. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/tinycthread.h +0 -0
  417. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/deps/vs2008/stdint.h +0 -0
  418. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/CMakeLists.txt +0 -0
  419. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/CONTRIBUTING.md +0 -0
  420. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/Doxyfile.in +0 -0
  421. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/DoxygenLayout.xml +0 -0
  422. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/SUPPORT.md +0 -0
  423. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/build.dox +0 -0
  424. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/compat.dox +0 -0
  425. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/compile.dox +0 -0
  426. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/context.dox +0 -0
  427. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/extra.css +0 -0
  428. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/extra.css.map +0 -0
  429. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/extra.scss +0 -0
  430. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/footer.html +0 -0
  431. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/header.html +0 -0
  432. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/input.dox +0 -0
  433. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/internal.dox +0 -0
  434. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/intro.dox +0 -0
  435. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/main.dox +0 -0
  436. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/monitor.dox +0 -0
  437. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/moving.dox +0 -0
  438. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/news.dox +0 -0
  439. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/quick.dox +0 -0
  440. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/spaces.svg +0 -0
  441. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/vulkan.dox +0 -0
  442. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/docs/window.dox +0 -0
  443. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/CMakeLists.txt +0 -0
  444. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/boing.c +0 -0
  445. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/gears.c +0 -0
  446. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/glfw.icns +0 -0
  447. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/glfw.ico +0 -0
  448. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/glfw.rc +0 -0
  449. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/heightmap.c +0 -0
  450. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/offscreen.c +0 -0
  451. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/particles.c +0 -0
  452. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/sharing.c +0 -0
  453. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/simple.c +0 -0
  454. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/splitview.c +0 -0
  455. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/examples/wave.c +0 -0
  456. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/include/GLFW/glfw3.h +0 -0
  457. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/include/GLFW/glfw3native.h +0 -0
  458. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/CMakeLists.txt +0 -0
  459. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_init.m +0 -0
  460. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_joystick.h +0 -0
  461. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_joystick.m +0 -0
  462. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_monitor.m +0 -0
  463. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_platform.h +0 -0
  464. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_time.c +0 -0
  465. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/cocoa_window.m +0 -0
  466. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/context.c +0 -0
  467. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/egl_context.c +0 -0
  468. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/egl_context.h +0 -0
  469. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glfw3.pc.in +0 -0
  470. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glfw3Config.cmake.in +0 -0
  471. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glfw_config.h.in +0 -0
  472. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glx_context.c +0 -0
  473. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/glx_context.h +0 -0
  474. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/init.c +0 -0
  475. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/input.c +0 -0
  476. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/internal.h +0 -0
  477. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/linux_joystick.c +0 -0
  478. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/linux_joystick.h +0 -0
  479. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/mappings.h +0 -0
  480. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/mappings.h.in +0 -0
  481. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/monitor.c +0 -0
  482. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/nsgl_context.h +0 -0
  483. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/nsgl_context.m +0 -0
  484. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_init.c +0 -0
  485. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_joystick.c +0 -0
  486. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_joystick.h +0 -0
  487. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_monitor.c +0 -0
  488. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_platform.h +0 -0
  489. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/null_window.c +0 -0
  490. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/osmesa_context.c +0 -0
  491. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/osmesa_context.h +0 -0
  492. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/posix_thread.c +0 -0
  493. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/posix_thread.h +0 -0
  494. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/posix_time.c +0 -0
  495. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/posix_time.h +0 -0
  496. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/vulkan.c +0 -0
  497. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wgl_context.c +0 -0
  498. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wgl_context.h +0 -0
  499. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_init.c +0 -0
  500. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_joystick.c +0 -0
  501. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_joystick.h +0 -0
  502. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_monitor.c +0 -0
  503. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_platform.h +0 -0
  504. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_thread.c +0 -0
  505. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_time.c +0 -0
  506. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/win32_window.c +0 -0
  507. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/window.c +0 -0
  508. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wl_init.c +0 -0
  509. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wl_monitor.c +0 -0
  510. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wl_platform.h +0 -0
  511. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/wl_window.c +0 -0
  512. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/x11_init.c +0 -0
  513. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/x11_monitor.c +0 -0
  514. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/x11_platform.h +0 -0
  515. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/x11_window.c +0 -0
  516. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/xkb_unicode.c +0 -0
  517. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/src/xkb_unicode.h +0 -0
  518. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/CMakeLists.txt +0 -0
  519. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/clipboard.c +0 -0
  520. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/cursor.c +0 -0
  521. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/empty.c +0 -0
  522. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/events.c +0 -0
  523. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/gamma.c +0 -0
  524. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/glfwinfo.c +0 -0
  525. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/icon.c +0 -0
  526. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/iconify.c +0 -0
  527. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/inputlag.c +0 -0
  528. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/joysticks.c +0 -0
  529. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/monitors.c +0 -0
  530. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/msaa.c +0 -0
  531. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/opacity.c +0 -0
  532. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/reopen.c +0 -0
  533. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/tearing.c +0 -0
  534. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/threads.c +0 -0
  535. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/timeout.c +0 -0
  536. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/title.c +0 -0
  537. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/triangle-vulkan.c +0 -0
  538. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glfw/tests/windows.c +0 -0
  539. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/CMakeLists.txt +0 -0
  540. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/copying.txt +0 -0
  541. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/CMakeLists.txt +0 -0
  542. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/common.hpp +0 -0
  543. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_features.hpp +0 -0
  544. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_fixes.hpp +0 -0
  545. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_noise.hpp +0 -0
  546. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_swizzle.hpp +0 -0
  547. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_swizzle_func.hpp +0 -0
  548. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/_vectorize.hpp +0 -0
  549. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/compute_common.hpp +0 -0
  550. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/compute_vector_relational.hpp +0 -0
  551. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_common.inl +0 -0
  552. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_common_simd.inl +0 -0
  553. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_exponential.inl +0 -0
  554. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_exponential_simd.inl +0 -0
  555. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_geometric.inl +0 -0
  556. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_geometric_simd.inl +0 -0
  557. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_integer.inl +0 -0
  558. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_integer_simd.inl +0 -0
  559. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_matrix.inl +0 -0
  560. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_matrix_simd.inl +0 -0
  561. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_packing.inl +0 -0
  562. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_packing_simd.inl +0 -0
  563. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_trigonometric.inl +0 -0
  564. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_trigonometric_simd.inl +0 -0
  565. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_vector_relational.inl +0 -0
  566. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/func_vector_relational_simd.inl +0 -0
  567. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/glm.cpp +0 -0
  568. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/qualifier.hpp +0 -0
  569. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/setup.hpp +0 -0
  570. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_float.hpp +0 -0
  571. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_half.hpp +0 -0
  572. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_half.inl +0 -0
  573. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x2.hpp +0 -0
  574. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x2.inl +0 -0
  575. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x3.hpp +0 -0
  576. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x3.inl +0 -0
  577. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x4.hpp +0 -0
  578. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat2x4.inl +0 -0
  579. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x2.hpp +0 -0
  580. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x2.inl +0 -0
  581. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x3.hpp +0 -0
  582. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x3.inl +0 -0
  583. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x4.hpp +0 -0
  584. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat3x4.inl +0 -0
  585. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x2.hpp +0 -0
  586. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x2.inl +0 -0
  587. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x3.hpp +0 -0
  588. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x3.inl +0 -0
  589. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x4.hpp +0 -0
  590. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x4.inl +0 -0
  591. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_mat4x4_simd.inl +0 -0
  592. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_quat.hpp +0 -0
  593. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_quat.inl +0 -0
  594. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_quat_simd.inl +0 -0
  595. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec1.hpp +0 -0
  596. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec1.inl +0 -0
  597. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec2.hpp +0 -0
  598. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec2.inl +0 -0
  599. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec3.hpp +0 -0
  600. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec3.inl +0 -0
  601. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec4.hpp +0 -0
  602. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec4.inl +0 -0
  603. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/detail/type_vec4_simd.inl +0 -0
  604. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/exponential.hpp +0 -0
  605. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_clip_space.hpp +0 -0
  606. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_clip_space.inl +0 -0
  607. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_common.hpp +0 -0
  608. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_common.inl +0 -0
  609. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x2.hpp +0 -0
  610. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x2_precision.hpp +0 -0
  611. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x3.hpp +0 -0
  612. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x3_precision.hpp +0 -0
  613. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x4.hpp +0 -0
  614. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double2x4_precision.hpp +0 -0
  615. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x2.hpp +0 -0
  616. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x2_precision.hpp +0 -0
  617. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x3.hpp +0 -0
  618. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x3_precision.hpp +0 -0
  619. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x4.hpp +0 -0
  620. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double3x4_precision.hpp +0 -0
  621. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x2.hpp +0 -0
  622. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x2_precision.hpp +0 -0
  623. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x3.hpp +0 -0
  624. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x3_precision.hpp +0 -0
  625. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x4.hpp +0 -0
  626. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_double4x4_precision.hpp +0 -0
  627. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x2.hpp +0 -0
  628. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x2_precision.hpp +0 -0
  629. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x3.hpp +0 -0
  630. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x3_precision.hpp +0 -0
  631. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x4.hpp +0 -0
  632. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float2x4_precision.hpp +0 -0
  633. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x2.hpp +0 -0
  634. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x2_precision.hpp +0 -0
  635. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x3.hpp +0 -0
  636. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x3_precision.hpp +0 -0
  637. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x4.hpp +0 -0
  638. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float3x4_precision.hpp +0 -0
  639. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x2.hpp +0 -0
  640. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x2_precision.hpp +0 -0
  641. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x3.hpp +0 -0
  642. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x3_precision.hpp +0 -0
  643. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x4.hpp +0 -0
  644. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_float4x4_precision.hpp +0 -0
  645. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_projection.hpp +0 -0
  646. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_projection.inl +0 -0
  647. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_relational.hpp +0 -0
  648. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_relational.inl +0 -0
  649. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_transform.hpp +0 -0
  650. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/matrix_transform.inl +0 -0
  651. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_common.hpp +0 -0
  652. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_common.inl +0 -0
  653. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_common_simd.inl +0 -0
  654. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_double.hpp +0 -0
  655. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_double_precision.hpp +0 -0
  656. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_exponential.hpp +0 -0
  657. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_exponential.inl +0 -0
  658. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_float.hpp +0 -0
  659. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_float_precision.hpp +0 -0
  660. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_geometric.hpp +0 -0
  661. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_geometric.inl +0 -0
  662. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_relational.hpp +0 -0
  663. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_relational.inl +0 -0
  664. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_transform.hpp +0 -0
  665. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_transform.inl +0 -0
  666. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_trigonometric.hpp +0 -0
  667. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/quaternion_trigonometric.inl +0 -0
  668. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_common.hpp +0 -0
  669. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_common.inl +0 -0
  670. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_constants.hpp +0 -0
  671. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_constants.inl +0 -0
  672. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_int_sized.hpp +0 -0
  673. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_integer.hpp +0 -0
  674. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_integer.inl +0 -0
  675. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_relational.hpp +0 -0
  676. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_relational.inl +0 -0
  677. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_uint_sized.hpp +0 -0
  678. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_ulp.hpp +0 -0
  679. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/scalar_ulp.inl +0 -0
  680. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool1.hpp +0 -0
  681. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool1_precision.hpp +0 -0
  682. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool2.hpp +0 -0
  683. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool2_precision.hpp +0 -0
  684. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool3.hpp +0 -0
  685. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool3_precision.hpp +0 -0
  686. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool4.hpp +0 -0
  687. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_bool4_precision.hpp +0 -0
  688. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_common.hpp +0 -0
  689. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_common.inl +0 -0
  690. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double1.hpp +0 -0
  691. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double1_precision.hpp +0 -0
  692. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double2.hpp +0 -0
  693. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double2_precision.hpp +0 -0
  694. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double3.hpp +0 -0
  695. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double3_precision.hpp +0 -0
  696. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double4.hpp +0 -0
  697. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_double4_precision.hpp +0 -0
  698. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float1.hpp +0 -0
  699. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float1_precision.hpp +0 -0
  700. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float2.hpp +0 -0
  701. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float2_precision.hpp +0 -0
  702. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float3.hpp +0 -0
  703. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float3_precision.hpp +0 -0
  704. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float4.hpp +0 -0
  705. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_float4_precision.hpp +0 -0
  706. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int1.hpp +0 -0
  707. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int1_precision.hpp +0 -0
  708. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int2.hpp +0 -0
  709. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int2_precision.hpp +0 -0
  710. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int3.hpp +0 -0
  711. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int3_precision.hpp +0 -0
  712. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int4.hpp +0 -0
  713. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_int4_precision.hpp +0 -0
  714. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_integer.hpp +0 -0
  715. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_integer.inl +0 -0
  716. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_relational.hpp +0 -0
  717. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_relational.inl +0 -0
  718. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint1.hpp +0 -0
  719. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint1_precision.hpp +0 -0
  720. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint2.hpp +0 -0
  721. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint2_precision.hpp +0 -0
  722. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint3.hpp +0 -0
  723. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint3_precision.hpp +0 -0
  724. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint4.hpp +0 -0
  725. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_uint4_precision.hpp +0 -0
  726. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_ulp.hpp +0 -0
  727. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext/vector_ulp.inl +0 -0
  728. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/ext.hpp +0 -0
  729. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/fwd.hpp +0 -0
  730. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/geometric.hpp +0 -0
  731. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/glm.hpp +0 -0
  732. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/bitfield.hpp +0 -0
  733. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/bitfield.inl +0 -0
  734. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/color_space.hpp +0 -0
  735. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/color_space.inl +0 -0
  736. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/constants.hpp +0 -0
  737. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/constants.inl +0 -0
  738. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/epsilon.hpp +0 -0
  739. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/epsilon.inl +0 -0
  740. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/integer.hpp +0 -0
  741. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/integer.inl +0 -0
  742. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_access.hpp +0 -0
  743. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_access.inl +0 -0
  744. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_integer.hpp +0 -0
  745. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_inverse.hpp +0 -0
  746. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_inverse.inl +0 -0
  747. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_transform.hpp +0 -0
  748. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/matrix_transform.inl +0 -0
  749. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/noise.hpp +0 -0
  750. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/noise.inl +0 -0
  751. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/packing.hpp +0 -0
  752. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/packing.inl +0 -0
  753. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/quaternion.hpp +0 -0
  754. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/quaternion.inl +0 -0
  755. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/quaternion_simd.inl +0 -0
  756. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/random.hpp +0 -0
  757. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/random.inl +0 -0
  758. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/reciprocal.hpp +0 -0
  759. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/reciprocal.inl +0 -0
  760. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/round.hpp +0 -0
  761. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/round.inl +0 -0
  762. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_aligned.hpp +0 -0
  763. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_precision.hpp +0 -0
  764. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_precision.inl +0 -0
  765. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_ptr.hpp +0 -0
  766. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/type_ptr.inl +0 -0
  767. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/ulp.hpp +0 -0
  768. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/ulp.inl +0 -0
  769. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtc/vec1.hpp +0 -0
  770. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/associated_min_max.hpp +0 -0
  771. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/associated_min_max.inl +0 -0
  772. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/bit.hpp +0 -0
  773. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/bit.inl +0 -0
  774. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/closest_point.hpp +0 -0
  775. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/closest_point.inl +0 -0
  776. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_encoding.hpp +0 -0
  777. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_encoding.inl +0 -0
  778. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_space.hpp +0 -0
  779. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_space.inl +0 -0
  780. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_space_YCoCg.hpp +0 -0
  781. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/color_space_YCoCg.inl +0 -0
  782. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/common.hpp +0 -0
  783. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/common.inl +0 -0
  784. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/compatibility.hpp +0 -0
  785. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/compatibility.inl +0 -0
  786. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/component_wise.hpp +0 -0
  787. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/component_wise.inl +0 -0
  788. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/dual_quaternion.hpp +0 -0
  789. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/dual_quaternion.inl +0 -0
  790. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/easing.hpp +0 -0
  791. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/easing.inl +0 -0
  792. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/euler_angles.hpp +0 -0
  793. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/euler_angles.inl +0 -0
  794. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/extend.hpp +0 -0
  795. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/extend.inl +0 -0
  796. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/extended_min_max.hpp +0 -0
  797. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/extended_min_max.inl +0 -0
  798. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/exterior_product.hpp +0 -0
  799. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/exterior_product.inl +0 -0
  800. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_exponential.hpp +0 -0
  801. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_exponential.inl +0 -0
  802. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_square_root.hpp +0 -0
  803. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_square_root.inl +0 -0
  804. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_trigonometry.hpp +0 -0
  805. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/fast_trigonometry.inl +0 -0
  806. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/float_notmalize.inl +0 -0
  807. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/functions.hpp +0 -0
  808. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/functions.inl +0 -0
  809. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/gradient_paint.hpp +0 -0
  810. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/gradient_paint.inl +0 -0
  811. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/handed_coordinate_space.hpp +0 -0
  812. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/handed_coordinate_space.inl +0 -0
  813. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/hash.hpp +0 -0
  814. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/hash.inl +0 -0
  815. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/integer.hpp +0 -0
  816. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/integer.inl +0 -0
  817. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/intersect.hpp +0 -0
  818. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/intersect.inl +0 -0
  819. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/io.hpp +0 -0
  820. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/io.inl +0 -0
  821. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/log_base.hpp +0 -0
  822. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/log_base.inl +0 -0
  823. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_cross_product.hpp +0 -0
  824. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_cross_product.inl +0 -0
  825. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_decompose.hpp +0 -0
  826. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_decompose.inl +0 -0
  827. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_factorisation.hpp +0 -0
  828. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_factorisation.inl +0 -0
  829. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_interpolation.hpp +0 -0
  830. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_interpolation.inl +0 -0
  831. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_major_storage.hpp +0 -0
  832. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_major_storage.inl +0 -0
  833. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_operation.hpp +0 -0
  834. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_operation.inl +0 -0
  835. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_query.hpp +0 -0
  836. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_query.inl +0 -0
  837. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_transform_2d.hpp +0 -0
  838. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/matrix_transform_2d.inl +0 -0
  839. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/mixed_product.hpp +0 -0
  840. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/mixed_product.inl +0 -0
  841. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/norm.hpp +0 -0
  842. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/norm.inl +0 -0
  843. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/normal.hpp +0 -0
  844. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/normal.inl +0 -0
  845. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/normalize_dot.hpp +0 -0
  846. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/normalize_dot.inl +0 -0
  847. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/number_precision.hpp +0 -0
  848. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/number_precision.inl +0 -0
  849. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/optimum_pow.hpp +0 -0
  850. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/optimum_pow.inl +0 -0
  851. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/orthonormalize.hpp +0 -0
  852. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/orthonormalize.inl +0 -0
  853. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/perpendicular.hpp +0 -0
  854. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/perpendicular.inl +0 -0
  855. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/polar_coordinates.hpp +0 -0
  856. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/polar_coordinates.inl +0 -0
  857. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/projection.hpp +0 -0
  858. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/projection.inl +0 -0
  859. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/quaternion.hpp +0 -0
  860. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/quaternion.inl +0 -0
  861. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/range.hpp +0 -0
  862. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/raw_data.hpp +0 -0
  863. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/raw_data.inl +0 -0
  864. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/rotate_normalized_axis.hpp +0 -0
  865. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/rotate_normalized_axis.inl +0 -0
  866. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/rotate_vector.hpp +0 -0
  867. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/rotate_vector.inl +0 -0
  868. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/scalar_multiplication.hpp +0 -0
  869. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/scalar_relational.hpp +0 -0
  870. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/scalar_relational.inl +0 -0
  871. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/spline.hpp +0 -0
  872. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/spline.inl +0 -0
  873. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/std_based_type.hpp +0 -0
  874. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/std_based_type.inl +0 -0
  875. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/string_cast.hpp +0 -0
  876. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/string_cast.inl +0 -0
  877. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/texture.hpp +0 -0
  878. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/texture.inl +0 -0
  879. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/transform.hpp +0 -0
  880. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/transform.inl +0 -0
  881. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/transform2.hpp +0 -0
  882. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/transform2.inl +0 -0
  883. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/type_aligned.hpp +0 -0
  884. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/type_aligned.inl +0 -0
  885. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/type_trait.hpp +0 -0
  886. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/type_trait.inl +0 -0
  887. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vec_swizzle.hpp +0 -0
  888. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vector_angle.hpp +0 -0
  889. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vector_angle.inl +0 -0
  890. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vector_query.hpp +0 -0
  891. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/vector_query.inl +0 -0
  892. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/wrap.hpp +0 -0
  893. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/gtx/wrap.inl +0 -0
  894. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/integer.hpp +0 -0
  895. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat2x2.hpp +0 -0
  896. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat2x3.hpp +0 -0
  897. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat2x4.hpp +0 -0
  898. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat3x2.hpp +0 -0
  899. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat3x3.hpp +0 -0
  900. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat3x4.hpp +0 -0
  901. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat4x2.hpp +0 -0
  902. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat4x3.hpp +0 -0
  903. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/mat4x4.hpp +0 -0
  904. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/matrix.hpp +0 -0
  905. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/packing.hpp +0 -0
  906. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/common.h +0 -0
  907. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/exponential.h +0 -0
  908. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/geometric.h +0 -0
  909. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/integer.h +0 -0
  910. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/matrix.h +0 -0
  911. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/packing.h +0 -0
  912. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/platform.h +0 -0
  913. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/trigonometric.h +0 -0
  914. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/simd/vector_relational.h +0 -0
  915. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/trigonometric.hpp +0 -0
  916. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/vec2.hpp +0 -0
  917. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/vec3.hpp +0 -0
  918. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/vec4.hpp +0 -0
  919. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/glm/vector_relational.hpp +0 -0
  920. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/manual.md +0 -0
  921. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/readme.md +0 -0
  922. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/util/autoexp.txt +0 -0
  923. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/util/autoexp.vc2010.dat +0 -0
  924. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/util/glm.natvis +0 -0
  925. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/glm/util/usertype.dat +0 -0
  926. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/.clang-format +0 -0
  927. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/.git +0 -0
  928. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/.gitignore +0 -0
  929. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/.travis.yml +0 -0
  930. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/LICENSE +0 -0
  931. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/README.md +0 -0
  932. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/happly.h +0 -0
  933. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/happly_logo.jpg +0 -0
  934. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/CMakeLists.txt +0 -0
  935. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/CMakeLists.txt.in +0 -0
  936. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/main_test.cpp +0 -0
  937. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/sampledata/platonic_shelf.ply +0 -0
  938. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/sampledata/platonic_shelf_ascii.ply +0 -0
  939. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/happly/test/sampledata/platonic_shelf_big_endian.ply +0 -0
  940. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/CMakeLists.txt +0 -0
  941. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.editorconfig +0 -0
  942. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.git +0 -0
  943. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.gitattributes +0 -0
  944. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/FUNDING.yml +0 -0
  945. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/issue_template.md +0 -0
  946. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/pull_request_template.md +0 -0
  947. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/workflows/build.yml +0 -0
  948. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/workflows/scheduled.yml +0 -0
  949. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.github/workflows/static-analysis.yml +0 -0
  950. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/.gitignore +0 -0
  951. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/LICENSE.txt +0 -0
  952. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_allegro5.cpp +0 -0
  953. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_allegro5.h +0 -0
  954. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_android.cpp +0 -0
  955. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_android.h +0 -0
  956. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx10.cpp +0 -0
  957. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx10.h +0 -0
  958. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx11.cpp +0 -0
  959. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx11.h +0 -0
  960. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx12.cpp +0 -0
  961. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx12.h +0 -0
  962. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx9.cpp +0 -0
  963. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_dx9.h +0 -0
  964. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_glfw.cpp +0 -0
  965. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_glfw.h +0 -0
  966. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_glut.cpp +0 -0
  967. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_glut.h +0 -0
  968. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_metal.h +0 -0
  969. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_metal.mm +0 -0
  970. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl2.cpp +0 -0
  971. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl2.h +0 -0
  972. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl3.cpp +0 -0
  973. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl3.h +0 -0
  974. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_opengl3_loader.h +0 -0
  975. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_osx.h +0 -0
  976. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_osx.mm +0 -0
  977. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_sdl.cpp +0 -0
  978. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_sdl.h +0 -0
  979. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_sdlrenderer.cpp +0 -0
  980. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_sdlrenderer.h +0 -0
  981. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_vulkan.cpp +0 -0
  982. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_vulkan.h +0 -0
  983. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_wgpu.cpp +0 -0
  984. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_wgpu.h +0 -0
  985. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_win32.cpp +0 -0
  986. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/imgui_impl_win32.h +0 -0
  987. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/vulkan/generate_spv.sh +0 -0
  988. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/vulkan/glsl_shader.frag +0 -0
  989. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/backends/vulkan/glsl_shader.vert +0 -0
  990. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/BACKENDS.md +0 -0
  991. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/CHANGELOG.txt +0 -0
  992. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/EXAMPLES.md +0 -0
  993. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/FAQ.md +0 -0
  994. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/FONTS.md +0 -0
  995. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/README.md +0 -0
  996. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/docs/TODO.txt +0 -0
  997. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/README.txt +0 -0
  998. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/README.md +0 -0
  999. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/example_allegro5.vcxproj +0 -0
  1000. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/example_allegro5.vcxproj.filters +0 -0
  1001. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/imconfig_allegro5.h +0 -0
  1002. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_allegro5/main.cpp +0 -0
  1003. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/CMakeLists.txt +0 -0
  1004. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/.gitignore +0 -0
  1005. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/app/build.gradle +0 -0
  1006. {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
  1007. {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
  1008. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/build.gradle +0 -0
  1009. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/android/settings.gradle +0 -0
  1010. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_android_opengl3/main.cpp +0 -0
  1011. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/README.md +0 -0
  1012. {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
  1013. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/iOS/Info-iOS.plist +0 -0
  1014. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/iOS/LaunchScreen.storyboard +0 -0
  1015. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/macOS/Info-macOS.plist +0 -0
  1016. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/macOS/MainMenu.storyboard +0 -0
  1017. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_metal/main.mm +0 -0
  1018. {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
  1019. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_apple_opengl2/main.mm +0 -0
  1020. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_opengl3/Makefile +0 -0
  1021. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_opengl3/README.md +0 -0
  1022. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_opengl3/main.cpp +0 -0
  1023. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_opengl3/shell_minimal.html +0 -0
  1024. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_wgpu/Makefile +0 -0
  1025. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_wgpu/README.md +0 -0
  1026. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_wgpu/main.cpp +0 -0
  1027. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_emscripten_wgpu/web/index.html +0 -0
  1028. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_metal/Makefile +0 -0
  1029. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_metal/main.mm +0 -0
  1030. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/Makefile +0 -0
  1031. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/build_win32.bat +0 -0
  1032. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj +0 -0
  1033. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters +0 -0
  1034. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl2/main.cpp +0 -0
  1035. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/Makefile +0 -0
  1036. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/build_win32.bat +0 -0
  1037. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj +0 -0
  1038. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters +0 -0
  1039. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_opengl3/main.cpp +0 -0
  1040. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/CMakeLists.txt +0 -0
  1041. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/build_win32.bat +0 -0
  1042. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/build_win64.bat +0 -0
  1043. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj +0 -0
  1044. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters +0 -0
  1045. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glfw_vulkan/main.cpp +0 -0
  1046. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glut_opengl2/Makefile +0 -0
  1047. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj +0 -0
  1048. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj.filters +0 -0
  1049. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_glut_opengl2/main.cpp +0 -0
  1050. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_null/Makefile +0 -0
  1051. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_null/build_win32.bat +0 -0
  1052. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_null/main.cpp +0 -0
  1053. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_directx11/build_win32.bat +0 -0
  1054. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj +0 -0
  1055. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters +0 -0
  1056. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_directx11/main.cpp +0 -0
  1057. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_metal/Makefile +0 -0
  1058. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_metal/main.mm +0 -0
  1059. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/Makefile +0 -0
  1060. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/README.md +0 -0
  1061. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/build_win32.bat +0 -0
  1062. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj +0 -0
  1063. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters +0 -0
  1064. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl2/main.cpp +0 -0
  1065. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/Makefile +0 -0
  1066. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/README.md +0 -0
  1067. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/build_win32.bat +0 -0
  1068. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj +0 -0
  1069. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters +0 -0
  1070. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_opengl3/main.cpp +0 -0
  1071. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/Makefile +0 -0
  1072. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/README.md +0 -0
  1073. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/build_win32.bat +0 -0
  1074. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj +0 -0
  1075. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj.filters +0 -0
  1076. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_sdlrenderer/main.cpp +0 -0
  1077. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_vulkan/build_win32.bat +0 -0
  1078. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj +0 -0
  1079. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters +0 -0
  1080. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_sdl_vulkan/main.cpp +0 -0
  1081. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx10/build_win32.bat +0 -0
  1082. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj +0 -0
  1083. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj.filters +0 -0
  1084. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx10/main.cpp +0 -0
  1085. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx11/build_win32.bat +0 -0
  1086. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj +0 -0
  1087. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj.filters +0 -0
  1088. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx11/main.cpp +0 -0
  1089. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx12/build_win32.bat +0 -0
  1090. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj +0 -0
  1091. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj.filters +0 -0
  1092. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx12/main.cpp +0 -0
  1093. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx9/build_win32.bat +0 -0
  1094. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj +0 -0
  1095. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters +0 -0
  1096. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/example_win32_directx9/main.cpp +0 -0
  1097. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/imgui_examples.sln +0 -0
  1098. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/COPYING.txt +0 -0
  1099. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/include/GLFW/glfw3.h +0 -0
  1100. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/include/GLFW/glfw3native.h +0 -0
  1101. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/lib-vc2010-32/glfw3.lib +0 -0
  1102. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/glfw/lib-vc2010-64/glfw3.lib +0 -0
  1103. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/usynergy/README.txt +0 -0
  1104. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/usynergy/uSynergy.c +0 -0
  1105. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/examples/libs/usynergy/uSynergy.h +0 -0
  1106. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imconfig.h +0 -0
  1107. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui.cpp +0 -0
  1108. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui.h +0 -0
  1109. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_demo.cpp +0 -0
  1110. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_draw.cpp +0 -0
  1111. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_internal.h +0 -0
  1112. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_tables.cpp +0 -0
  1113. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imgui_widgets.cpp +0 -0
  1114. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imstb_rectpack.h +0 -0
  1115. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imstb_textedit.h +0 -0
  1116. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/imstb_truetype.h +0 -0
  1117. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/README.txt +0 -0
  1118. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/cpp/README.txt +0 -0
  1119. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/cpp/imgui_stdlib.cpp +0 -0
  1120. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/cpp/imgui_stdlib.h +0 -0
  1121. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/debuggers/README.txt +0 -0
  1122. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/debuggers/imgui.gdb +0 -0
  1123. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/debuggers/imgui.natstepfilter +0 -0
  1124. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/debuggers/imgui.natvis +0 -0
  1125. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/Cousine-Regular.ttf +0 -0
  1126. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/DroidSans.ttf +0 -0
  1127. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/Karla-Regular.ttf +0 -0
  1128. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/ProggyClean.ttf +0 -0
  1129. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/ProggyTiny.ttf +0 -0
  1130. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/Roboto-Medium.ttf +0 -0
  1131. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/fonts/binary_to_compressed_c.cpp +0 -0
  1132. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/freetype/README.md +0 -0
  1133. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/freetype/imgui_freetype.cpp +0 -0
  1134. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/freetype/imgui_freetype.h +0 -0
  1135. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/imgui/imgui/misc/single_file/imgui_single_file.h +0 -0
  1136. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/json/LICENSE.MIT +0 -0
  1137. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/json/README.md +0 -0
  1138. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/json/include/json/json.hpp +0 -0
  1139. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/stb/CMakeLists.txt +0 -0
  1140. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/stb/stb_image.h +0 -0
  1141. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/stb/stb_image_write.h +0 -0
  1142. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/deps/stb/stb_impl.cpp +0 -0
  1143. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/CMakeLists.txt +0 -0
  1144. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/demo_app.cpp +0 -0
  1145. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/simple_dot_mesh_parser.cpp +0 -0
  1146. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/simple_dot_mesh_parser.h +0 -0
  1147. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/surface_mesh_io.cpp +0 -0
  1148. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/examples/demo-app/surface_mesh_io.h +0 -0
  1149. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/affine_remapper.h +0 -0
  1150. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/affine_remapper.ipp +0 -0
  1151. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/camera_parameters.h +0 -0
  1152. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/camera_parameters.ipp +0 -0
  1153. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/camera_view.h +0 -0
  1154. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/camera_view.ipp +0 -0
  1155. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_image_quantity.h +0 -0
  1156. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_management.h +0 -0
  1157. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_quantity.h +0 -0
  1158. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_quantity.ipp +0 -0
  1159. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/color_render_image_quantity.h +0 -0
  1160. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/colors.h +0 -0
  1161. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/combining_hash_functions.h +0 -0
  1162. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network.h +0 -0
  1163. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network.ipp +0 -0
  1164. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network_color_quantity.h +0 -0
  1165. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network_quantity.h +0 -0
  1166. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network_scalar_quantity.h +0 -0
  1167. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/curve_network_vector_quantity.h +0 -0
  1168. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/depth_render_image_quantity.h +0 -0
  1169. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/disjoint_sets.h +0 -0
  1170. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/file_helpers.h +0 -0
  1171. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/floating_quantities.h +0 -0
  1172. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/floating_quantity.h +0 -0
  1173. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/floating_quantity_structure.h +0 -0
  1174. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/floating_quantity_structure.ipp +0 -0
  1175. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/fullscreen_artist.h +0 -0
  1176. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/group.h +0 -0
  1177. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/histogram.h +0 -0
  1178. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/image_quantity.h +0 -0
  1179. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/image_quantity_base.h +0 -0
  1180. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/imgui_config.h +0 -0
  1181. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/implicit_helpers.h +0 -0
  1182. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/implicit_helpers.ipp +0 -0
  1183. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/internal.h +0 -0
  1184. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/messages.h +0 -0
  1185. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/options.h +0 -0
  1186. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/parameterization_quantity.h +0 -0
  1187. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/parameterization_quantity.ipp +0 -0
  1188. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/pick.h +0 -0
  1189. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/pick.ipp +0 -0
  1190. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud.h +0 -0
  1191. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud.ipp +0 -0
  1192. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_color_quantity.h +0 -0
  1193. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_parameterization_quantity.h +0 -0
  1194. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_quantity.h +0 -0
  1195. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_scalar_quantity.h +0 -0
  1196. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/point_cloud_vector_quantity.h +0 -0
  1197. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/polyscope.h +0 -0
  1198. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/quantity.h +0 -0
  1199. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/quantity.ipp +0 -0
  1200. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/ragged_nested_array.h +0 -0
  1201. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/raw_color_alpha_render_image_quantity.h +0 -0
  1202. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/raw_color_render_image_quantity.h +0 -0
  1203. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/color_maps.h +0 -0
  1204. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/colormap_defs.h +0 -0
  1205. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/engine.h +0 -0
  1206. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/engine.ipp +0 -0
  1207. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/ground_plane.h +0 -0
  1208. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/managed_buffer.h +0 -0
  1209. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/managed_buffer.ipp +0 -0
  1210. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/material_defs.h +0 -0
  1211. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/materials.h +0 -0
  1212. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/mock_opengl/mock_gl_engine.h +0 -0
  1213. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/gl_engine.h +0 -0
  1214. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/gl_shaders.h +0 -0
  1215. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/common.h +0 -0
  1216. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/cylinder_shaders.h +0 -0
  1217. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/gizmo_shaders.h +0 -0
  1218. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/grid_shaders.h +0 -0
  1219. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/ground_plane_shaders.h +0 -0
  1220. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/histogram_shaders.h +0 -0
  1221. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/lighting_shaders.h +0 -0
  1222. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/ribbon_shaders.h +0 -0
  1223. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/rules.h +0 -0
  1224. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/sphere_shaders.h +0 -0
  1225. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/surface_mesh_shaders.h +0 -0
  1226. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/texture_draw_shaders.h +0 -0
  1227. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/vector_shaders.h +0 -0
  1228. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/opengl/shaders/volume_mesh_shaders.h +0 -0
  1229. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/shader_builder.h +0 -0
  1230. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render/templated_buffers.h +0 -0
  1231. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/render_image_quantity_base.h +0 -0
  1232. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scalar_image_quantity.h +0 -0
  1233. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scalar_render_image_quantity.h +0 -0
  1234. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/scaled_value.h +0 -0
  1235. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/screenshot.h +0 -0
  1236. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/simple_triangle_mesh.h +0 -0
  1237. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/simple_triangle_mesh.ipp +0 -0
  1238. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/slice_plane.h +0 -0
  1239. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/standardize_data_array.h +0 -0
  1240. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/structure.h +0 -0
  1241. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/structure.ipp +0 -0
  1242. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_color_quantity.h +0 -0
  1243. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_mesh_quantity.h +0 -0
  1244. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_parameterization_quantity.h +0 -0
  1245. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_scalar_quantity.h +0 -0
  1246. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/surface_vector_quantity.h +0 -0
  1247. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/transformation_gizmo.h +0 -0
  1248. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/types.h +0 -0
  1249. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/utilities.h +0 -0
  1250. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/vector_quantity.h +0 -0
  1251. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/vector_quantity.ipp +0 -0
  1252. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/view.h +0 -0
  1253. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_grid.h +0 -0
  1254. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_grid.ipp +0 -0
  1255. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_grid_quantity.h +0 -0
  1256. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_grid_scalar_quantity.h +0 -0
  1257. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh.h +0 -0
  1258. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh.ipp +0 -0
  1259. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh_color_quantity.h +0 -0
  1260. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh_quantity.h +0 -0
  1261. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh_scalar_quantity.h +0 -0
  1262. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/volume_mesh_vector_quantity.h +0 -0
  1263. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/weak_handle.h +0 -0
  1264. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/include/polyscope/widget.h +0 -0
  1265. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/file2c/file2cpp.c +0 -0
  1266. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/format_all_macOS.sh +0 -0
  1267. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/generate_colormap_constant.py +0 -0
  1268. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/.gitignore +0 -0
  1269. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/bin2vector.c +0 -0
  1270. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/concrete_seamless.jpg +0 -0
  1271. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/image2material.cpp +0 -0
  1272. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/imagesrgb2material.cpp +0 -0
  1273. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/misc/material_images/render_material.blend +0 -0
  1274. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/CMakeLists.txt +0 -0
  1275. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/camera_parameters.cpp +0 -0
  1276. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/camera_view.cpp +0 -0
  1277. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/color_image_quantity.cpp +0 -0
  1278. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/color_management.cpp +0 -0
  1279. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/color_render_image_quantity.cpp +0 -0
  1280. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/curve_network.cpp +0 -0
  1281. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/curve_network_color_quantity.cpp +0 -0
  1282. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/curve_network_scalar_quantity.cpp +0 -0
  1283. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/curve_network_vector_quantity.cpp +0 -0
  1284. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/depth_render_image_quantity.cpp +0 -0
  1285. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/disjoint_sets.cpp +0 -0
  1286. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/file_helpers.cpp +0 -0
  1287. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/floating_quantity.cpp +0 -0
  1288. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/floating_quantity_structure.cpp +0 -0
  1289. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/fullscreen_artist.cpp +0 -0
  1290. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/group.cpp +0 -0
  1291. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/histogram.cpp +0 -0
  1292. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/image_quantity_base.cpp +0 -0
  1293. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/imgui_config.cpp +0 -0
  1294. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/internal.cpp +0 -0
  1295. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/marching_cubes.cpp +0 -0
  1296. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/messages.cpp +0 -0
  1297. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/options.cpp +0 -0
  1298. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/persistent_value.cpp +0 -0
  1299. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/pick.cpp +0 -0
  1300. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud.cpp +0 -0
  1301. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud_color_quantity.cpp +0 -0
  1302. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud_parameterization_quantity.cpp +0 -0
  1303. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud_scalar_quantity.cpp +0 -0
  1304. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/point_cloud_vector_quantity.cpp +0 -0
  1305. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/polyscope.cpp +0 -0
  1306. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/quantity.cpp +0 -0
  1307. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/raw_color_alpha_render_image_quantity.cpp +0 -0
  1308. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/raw_color_render_image_quantity.cpp +0 -0
  1309. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_candy.cpp +0 -0
  1310. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_ceramic.cpp +0 -0
  1311. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_clay.cpp +0 -0
  1312. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_flat.cpp +0 -0
  1313. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_font_cousine_regular.cpp +0 -0
  1314. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_font_lato_regular.cpp +0 -0
  1315. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_jade.cpp +0 -0
  1316. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_mud.cpp +0 -0
  1317. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_normal.cpp +0 -0
  1318. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/bindata_wax.cpp +0 -0
  1319. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/bindata/concrete_seamless.cpp +0 -0
  1320. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/color_maps.cpp +0 -0
  1321. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/engine.cpp +0 -0
  1322. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/ground_plane.cpp +0 -0
  1323. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/initialize_backend.cpp +0 -0
  1324. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/managed_buffer.cpp +0 -0
  1325. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/materials.cpp +0 -0
  1326. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/mock_opengl/mock_gl_engine.cpp +0 -0
  1327. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/gl_engine.cpp +0 -0
  1328. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/common.cpp +0 -0
  1329. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/cylinder_shaders.cpp +0 -0
  1330. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/gizmo_shaders.cpp +0 -0
  1331. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/grid_shaders.cpp +0 -0
  1332. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/ground_plane_shaders.cpp +0 -0
  1333. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/histogram_shaders.cpp +0 -0
  1334. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/lighting_shaders.cpp +0 -0
  1335. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/ribbon_shaders.cpp +0 -0
  1336. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/rules.cpp +0 -0
  1337. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/sphere_shaders.cpp +0 -0
  1338. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/surface_mesh_shaders.cpp +0 -0
  1339. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/texture_draw_shaders.cpp +0 -0
  1340. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/vector_shaders.cpp +0 -0
  1341. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/opengl/shaders/volume_mesh_shaders.cpp +0 -0
  1342. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/shader_builder.cpp +0 -0
  1343. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render/templated_buffers.cpp +0 -0
  1344. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/render_image_quantity_base.cpp +0 -0
  1345. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/scalar_image_quantity.cpp +0 -0
  1346. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/scalar_render_image_quantity.cpp +0 -0
  1347. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/screenshot.cpp +0 -0
  1348. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/simple_triangle_mesh.cpp +0 -0
  1349. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/slice_plane.cpp +0 -0
  1350. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/state.cpp +0 -0
  1351. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/structure.cpp +0 -0
  1352. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_color_quantity.cpp +0 -0
  1353. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_mesh.cpp +0 -0
  1354. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_parameterization_quantity.cpp +0 -0
  1355. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_scalar_quantity.cpp +0 -0
  1356. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/surface_vector_quantity.cpp +0 -0
  1357. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/transformation_gizmo.cpp +0 -0
  1358. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/utilities.cpp +0 -0
  1359. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/view.cpp +0 -0
  1360. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_grid.cpp +0 -0
  1361. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_mesh.cpp +0 -0
  1362. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_mesh_color_quantity.cpp +0 -0
  1363. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_mesh_scalar_quantity.cpp +0 -0
  1364. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/volume_mesh_vector_quantity.cpp +0 -0
  1365. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/weak_handle.cpp +0 -0
  1366. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/src/widget.cpp +0 -0
  1367. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/CMakeLists.txt +0 -0
  1368. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/CMakeLists.txt.in +0 -0
  1369. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/include/polyscope_test.h +0 -0
  1370. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/array_adaptors_test.cpp +0 -0
  1371. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/basics_test.cpp +0 -0
  1372. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/camera_view_test.cpp +0 -0
  1373. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/combo_test.cpp +0 -0
  1374. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/curve_network_test.cpp +0 -0
  1375. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/floating_test.cpp +0 -0
  1376. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/group_test.cpp +0 -0
  1377. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/interop_and_serialization_test.cpp +0 -0
  1378. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/main_test.cpp +0 -0
  1379. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/point_cloud_test.cpp +0 -0
  1380. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/surface_mesh_test.cpp +0 -0
  1381. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/volume_grid_test.cpp +0 -0
  1382. {polyscope-2.0.0 → polyscope-2.1.0}/deps/polyscope/test/src/volume_mesh_test.cpp +0 -0
  1383. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/CMakeLists.txt +0 -0
  1384. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/attr.h +0 -0
  1385. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/buffer_info.h +0 -0
  1386. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/cast.h +0 -0
  1387. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/chrono.h +0 -0
  1388. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/common.h +0 -0
  1389. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/complex.h +0 -0
  1390. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/class.h +0 -0
  1391. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/common.h +0 -0
  1392. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/descr.h +0 -0
  1393. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/init.h +0 -0
  1394. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/internals.h +0 -0
  1395. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  1396. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/detail/typeid.h +0 -0
  1397. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/eigen/matrix.h +0 -0
  1398. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/eigen/tensor.h +0 -0
  1399. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/eigen.h +0 -0
  1400. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/embed.h +0 -0
  1401. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/eval.h +0 -0
  1402. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/functional.h +0 -0
  1403. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/gil.h +0 -0
  1404. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/iostream.h +0 -0
  1405. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/numpy.h +0 -0
  1406. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/operators.h +0 -0
  1407. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/options.h +0 -0
  1408. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/pybind11.h +0 -0
  1409. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/pytypes.h +0 -0
  1410. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/stl/filesystem.h +0 -0
  1411. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/stl.h +0 -0
  1412. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/include/pybind11/stl_bind.h +0 -0
  1413. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/CMakeLists.txt +0 -0
  1414. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/constructor_stats.h +0 -0
  1415. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/local_bindings.h +0 -0
  1416. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/object.h +0 -0
  1417. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/pybind11_tests.h +0 -0
  1418. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
  1419. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
  1420. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
  1421. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
  1422. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
  1423. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
  1424. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
  1425. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_embed/CMakeLists.txt +0 -0
  1426. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tests/test_exceptions.h +0 -0
  1427. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/FindCatch.cmake +0 -0
  1428. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/FindEigen3.cmake +0 -0
  1429. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/FindPythonLibsNew.cmake +0 -0
  1430. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/JoinPaths.cmake +0 -0
  1431. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/pybind11Common.cmake +0 -0
  1432. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/pybind11NewTools.cmake +0 -0
  1433. {polyscope-2.0.0 → polyscope-2.1.0}/deps/pybind11/tools/pybind11Tools.cmake +0 -0
  1434. {polyscope-2.0.0 → polyscope-2.1.0}/setup.cfg +0 -0
  1435. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/camera_view.cpp +0 -0
  1436. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/core.cpp +0 -0
  1437. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/curve_network.cpp +0 -0
  1438. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/floating_quantities.cpp +0 -0
  1439. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/imgui.cpp +0 -0
  1440. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/implicit_helpers.cpp +0 -0
  1441. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/managed_buffer.cpp +0 -0
  1442. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/point_cloud.cpp +0 -0
  1443. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/surface_mesh.cpp +0 -0
  1444. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/volume_grid.cpp +0 -0
  1445. {polyscope-2.0.0 → polyscope-2.1.0}/src/cpp/volume_mesh.cpp +0 -0
  1446. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/__init__.py +0 -0
  1447. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/camera_view.py +0 -0
  1448. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/curve_network.py +0 -0
  1449. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/device_interop.py +0 -0
  1450. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/floating_quantities.py +0 -0
  1451. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/global_floating_quantity_structure.py +0 -0
  1452. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/imgui/__init__.py +0 -0
  1453. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/implicit_helpers.py +0 -0
  1454. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/managed_buffer.py +0 -0
  1455. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/point_cloud.py +0 -0
  1456. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/structure.py +0 -0
  1457. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/surface_mesh.py +0 -0
  1458. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope/volume_mesh.py +0 -0
  1459. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/SOURCES.txt +0 -0
  1460. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/dependency_links.txt +0 -0
  1461. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/not-zip-safe +0 -0
  1462. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/requires.txt +0 -0
  1463. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope.egg-info/top_level.txt +0 -0
  1464. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope_bindings/__init__.pyi +0 -0
  1465. {polyscope-2.0.0 → polyscope-2.1.0}/src/polyscope_bindings/imgui.pyi +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyscope
3
- Version: 2.0.0
3
+ Version: 2.1.0
4
4
  Summary: Polyscope: A viewer and user interface for 3D data.
5
5
  Home-page: https://polyscope.run
6
6
  Author: Nicholas Sharp
@@ -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
- holdsDefaultValue = false;
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
- holdsDefaultValue = false;
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 (holdsDefaultValue) {
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
- bool holdsDefaultValue = true; // True if the value was set on construction and never changed. False if it was pulled
113
- // from cache or has ever been explicitly set
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
- resetMapRange();
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 = vizRange;
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", &vizRange.first, speed, dataRange.first, vizRange.second, "%.5g",
85
- ImGuiSliderFlags_NoRoundToFormat);
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", &vizRange.second, speed, vizRange.first, dataRange.second, "%.5g",
88
- ImGuiSliderFlags_NoRoundToFormat);
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", &vizRange.first, speed, -absRange, 0.f, "%.5g", ImGuiSliderFlags_NoRoundToFormat)) {
95
- vizRange.second = -vizRange.first;
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", &vizRange.second, speed, 0.f, absRange, "%.5g", ImGuiSliderFlags_NoRoundToFormat)) {
99
- vizRange.first = -vizRange.second;
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", &vizRange.second, speed, 0.f, dataRange.second, "%.5g",
105
- ImGuiSliderFlags_NoRoundToFormat);
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", vizRange.first);
166
- p.setUniform("u_rangeHigh", vizRange.second);
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
- vizRange = dataRange;
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
- vizRange = std::make_pair(-absRange, absRange);
201
+ vizRangeMin = -absRange;
202
+ vizRangeMax = absRange;
183
203
  } break;
184
204
  case DataType::MAGNITUDE:
185
- vizRange = std::make_pair(0., dataRange.second);
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
- vizRange = val;
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 vizRange;
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(), vizRange.first, vizRange.second, "%.4e")) {
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 level set mesh, which is too expensive during user interaction
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.0.0'
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("set_isoline_width", &ScalarQ::setIsolineWidth, "Set isoline width");
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[0], dims[1], 3)
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, node_dims, enabled=None, color=None, edge_color=None, edge_width=None, cube_size_factor=None, material=None, transparency=None):
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyscope
3
- Version: 2.0.0
3
+ Version: 2.1.0
4
4
  Summary: Polyscope: A viewer and user interface for 3D data.
5
5
  Home-page: https://polyscope.run
6
6
  Author: Nicholas Sharp
@@ -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