As we known, CustomShader can be applied to Model and Cesium3DTileSet. Is there any way to apply a CustomShader to a Primitive?
I know that GLSL shader programs can be injected into a Primitive through Material and MaterialAppearance. However, it’s not as convenient as using a CustomShader.
Is it possible to extend CustomShader to support Primitive?