Skip to content

Need to continuously upload the camera matrix for examples/Rendering.

Mark Kim requested to merge m-kim/mark-vtk-m:fix_cam into master

MapperGL only uploaded the camera matrix once on initialization. This works for the glfw, egl, and osmesa rendering tests, but not for anything that has an interactive camera.

Merge request reports