Where its expecting the colour picker color as uColor however this is no longer how the picker works and instead the color is derived from the mesh_instance_id parameter from
getPickOutput()
Steps to Reproduce
add a gaussian splat
attempt to pick it
the pick colour is rendered black and no selection picked
In gsplat-compressed-material.js there is the following code:
Where its expecting the colour picker color as uColor however this is no longer how the picker works and instead the color is derived from the mesh_instance_id parameter from
Steps to Reproduce