display same QEntity in multi viewport
-
Hi,
I'm trying to display the same QEntity at multiple viewports.
When I display it in one Qt3DWindow, all works. But when I want to display the same QEntity with a second Qt3DWindow, the QEntity will be erased of the first screen for being displayed in the second, I know it's normal with pointers.But there is a way to do that? Duplicate data of a QEntity for example?
My QEntity is provided by a QSceneLoader. -
@bozo6919 I'm not an Qt3D expert, but I think you can't put same entity in more than one screen. I would say you need to duplicate it.