turanszkij / WickedEngine

3D engine with modern graphics
https://wickedengine.net
Other
5.86k stars 617 forks source link

Add Instantiate() method to Scene #841

Closed matpx closed 6 months ago

matpx commented 6 months ago

This adds a helper function to the Scene which allows to quickly duplicate and merge one scene into another. This enables using scenes as prefabs. Also see https://github.com/turanszkij/WickedEngine/issues/455#issuecomment-1146807159.

turanszkij commented 6 months ago

I think this will be useful, thanks!