kiss3d
kiss3d copied to clipboard
How to deep clone SceneNode
Is there a way to clone the SceneNode struct to be able to treat it as a separate object?
SceneNode derives Clone
, but creating a 'shallow' clone means that the objects cannot be modified independently, I was wondering if there was a workaround for this.