walkinside / sdk

Develop powerful desktop and web applications on top of Walkinside 3D engine
4 stars 4 forks source link

Persisting IVRGroup or IVRGroupBuilder #40

Closed kkneip closed 6 years ago

kkneip commented 6 years ago

Hi,

is there a way to persist an instance of .GroupManager.CreateEmptyGroup()? I'd like to store a set an IVRGroup in the Model (e.g. via entities) to reuse it in later sessions.

I think recording the order of branches which have been added or removed to the group could solve it, but from my perspective this seems to be an crappy workaround.

Are there any better solutions available?

Best regards,

Karsten

kveretennicov commented 6 years ago

Correct, to persist an IVRGroup you need to keep track of the branches that were used to build it and save them somewhere.