Open SeanCurtis-TRI opened 1 week ago
FYI The change-detector test render_engine_vtk_params_test
needs a small fix now for CI.
-- commits
line 15 at r2:
This introduces some cruft so I could better assess the nature of the CI test failure.
-(status: do not review)
Is this ready for feature review now, Sean?
Adds a new parameter to RenderEngineVtkParams. Rather than waiting for the engine's lighting model to get promoted based on its content, it can be pushed into that mode upon construction.
This also fixes a bug in which cloned instances forgot whether or not phong materials should be automatically promoted to PBR.
This change is