2 files changed
+2
-2
lines changedSubmodule geometry-central updated 120 files
- .gitignore+2
- CMakeLists.txt+1-1
- README.md+2
- deps/CMakeLists.txt-2
- deps/glad/CMakeLists.txt-2
- deps/glfw+1-1
- deps/happly+1-1
- deps/imgui/CMakeLists.txt+2-3
- deps/imgui/imgui+1-1
- deps/stb/CMakeLists.txt-2
- examples/demo-app/CMakeLists.txt+12-2
- examples/demo-app/demo_app.cpp+28-6
- include/polyscope/curve_network.h+4-9
- include/polyscope/imgui_config.h+15
- include/polyscope/internal.h+16
- include/polyscope/options.h+37-6
- include/polyscope/point_cloud.h+8-3
- include/polyscope/polyscope.h+29-11
- include/polyscope/render/color_maps.h+1
- include/polyscope/render/colormap_defs.h+1
- include/polyscope/render/engine.h+2-1
- include/polyscope/render/mock_opengl/mock_gl_engine.h+2-2
- include/polyscope/render/opengl/gl_engine.h+11-11
- include/polyscope/render/opengl/shaders/sphere_shaders.h+6-1
- include/polyscope/render/opengl/shaders/surface_mesh_shaders.h+1
- include/polyscope/render/opengl/shaders/volume_mesh_shaders.h+22
- include/polyscope/scalar_quantity.ipp+3-3
- include/polyscope/scaled_value.h+1-1
- include/polyscope/slice_plane.h+33-7
- include/polyscope/structure.h+24-9
- include/polyscope/surface_mesh.h+5-5
- include/polyscope/surface_mesh.ipp+2
- include/polyscope/types.h+6-2
- include/polyscope/utilities.h-1
- include/polyscope/view.h+8-3
- include/polyscope/volume_mesh.h+32-12
- include/polyscope/volume_mesh.ipp+1-1
- include/polyscope/volume_mesh_color_quantity.h+5
- include/polyscope/volume_mesh_quantity.h+3
- include/polyscope/volume_mesh_scalar_quantity.h+22
- src/CMakeLists.txt+5-2
- src/curve_network.cpp+33-25
- src/imgui_config.cpp+103
- src/internal.cpp+10
- src/messages.cpp+2-1
- src/options.cpp+14-4
- src/point_cloud.cpp+102-32
- src/point_cloud_color_quantity.cpp+1-1
- src/point_cloud_parameterization_quantity.cpp+12-8
- src/point_cloud_scalar_quantity.cpp+1-1
- src/point_cloud_vector_quantity.cpp-4
- src/polyscope.cpp+169-111
- src/render/color_maps.cpp+2
- src/render/engine.cpp+14-86
- src/render/ground_plane.cpp+14-3
- src/render/mock_opengl/mock_gl_engine.cpp+15
- src/render/opengl/gl_engine.cpp+64-12
- src/render/opengl/shaders/cylinder_shaders.cpp+6-6
- src/render/opengl/shaders/gizmo_shaders.cpp+3-2
- src/render/opengl/shaders/rules.cpp+3-2
- src/render/opengl/shaders/sphere_shaders.cpp+191-5
- src/render/opengl/shaders/surface_mesh_shaders.cpp+21
- src/render/opengl/shaders/volume_mesh_shaders.cpp+405
- src/ribbon_artist.cpp+2-1
- src/screenshot.cpp+1-1
- src/slice_plane.cpp+226-27
- src/state.cpp+5-4
- src/structure.cpp+54-7
- src/surface_count_quantity.cpp+2-1
- src/surface_distance_quantity.cpp+2-1
- src/surface_graph_quantity.cpp+2-1
- src/surface_mesh.cpp+50-22
- src/surface_parameterization_quantity.cpp+2-1
- src/vector_artist.cpp+4-2
- src/view.cpp+125-16
- src/volume_mesh.cpp+311-32
- src/volume_mesh_color_quantity.cpp+58-1
- src/volume_mesh_scalar_quantity.cpp+190-1
- test/CMakeLists.txt+12-3
- test/CMakeLists.txt.in+2-2
- test/src/basics_test.cpp+151-31
0 commit comments