Hi guys,
I have a collection of image objects that I add to a 3d viewport usnig viewport2dvisual3d objects.
I want to add these images more than once but get an error as they are already part of the visual tree.
Do i need to Clone these images and if so what is the best way of achieving this?
I am trying to achieve a reflection type effect so if there are better ways to implement this i am all ears ;)
Thanks in advance