Open davidbrrrr opened 2 years ago
Idea is to create a help patch showing this. But in order to create that help patch we first need to cook up some sort of input injection nodes for Skia and Stride. This is independent of CEF. Will report back here once we have something useful.
any news on this?
Sorry for the delay. Programming that event injection part takes longer than expected.
A common usecase for the WebRenderer is to have a webpage available as a Stride Texture somewhere in a 3D Scene. Transformation (Rotation, Scaling, Position) might change over time. (Think of a cover flow e.g)
It has been a pain since ever in beta to tranform the mouse/touch tranforms according to the object (and camera) transforms and keep the WebRenderer in a working status. Especially when dealing with multiple resolutions and window sizes.
whats needed: A simple best practice to make sure the touch/mouse nodes are always working on a WebRenderer (no matter how its transformed). This might be something like a custom context.
Any ideas here?