Is it possible to create a Plane Primitive that functions similarly to the Entity API’s PlaneGraphics? Specifically, I want to specify the Plane and its dimensions (segment).
I’d like to switch from using an Entity to a Primitive because ImageMaterialProperty doesn’t support TextureMinificationFilter/TextureMagnificationFilter and has persistent issues updating correctly.
I’m using this to display a zoomable/pannable image.
Alternatively, we would be happy to review a pull request if you wanted to add TextureMinificationFilter/TextureMagnificationFilter support to the ImageMaterialProperty. You can find our contributor documentation here: cesium/Documentation/Contributors at master · CesiumGS/cesium · GitHub
If anyone wants to do something similar, I ended up essentially copying createPrimitiveMatrix from the PlaneGeometryUpdater source. It would be cool to expose this somewhere.