Skip to content

Add an ability for user code to modify the default VTK shaders

Ken Martin requested to merge ken-martin/vtk:user_shader into master

Add a method so that users can modify the existing VTK shaders if desired. In the future will also need to add a method for users to set uniforms as well and maybe eventually map data arrays to attributes.

Merge request reports