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.