Question about SimFx sky Scattering example!

Hello everyone.

Been running through sources and found this cool SimFx sky scattering example. I have only but one question related to the code. What is VersionedReference used for? And is there a substitute class for it?

It’s used for easily detecting the changes in some object/reference.

Why would you want a replacement for it?

Edit: note you can find (a little) more information here:
http://jmonkeyengine-contributions.github.io/Lemur/javadoc/Lemur/com/simsilica/lemur/core/VersionedObject.html
And here:
http://jmonkeyengine-contributions.github.io/Lemur/javadoc/Lemur/com/simsilica/lemur/core/VersionedReference.html

The second link having more information than the first.

1 Like

Oh I was just wondering if you had reupped the version you have based off something that nifty would have in its package. Just a simple question. I’ve got the lemur package and didn’t even know I had it on my computer! thanks pspeed!