We are using Cesium for animation work, with some 2D animation such as image zoom in/out and spreading as a overlay on 3D Canvas(not html element, just WebGL elements).
Is there any way to use add 2D animation overlay in Cesium Casvas? I got some references about combining PixiJS and ThreeJS.
https://codepen.io/enginesp/pen/yOmqZOBut it use 3D canvas dom as 2D image source to implement it, so there will be no interaction path for user to manipulate 3D scene.
So we are considering another way to make 2D canvas dom as image source of 3D element such as Billboard. But we need a static billboard fill the whole canvas, whose position cannot be changed with camera. Just like a overlay canvas on the front of 3D canvas to render 2D annimation.