Loader.loadOBJ(byte[] bytes)

Started by AGP, September 28, 2012, 07:58:29 PM

Previous topic - Next topic

AGP

Such method would be useful for those times when we want to protect the models. I could scramble the bytes for storing, them unscramble them for loading and passing them to Loader.

EgonOlsen

Just wrap the array in a ByteArrayInputStream and you are done.

AGP