Hello Fabrice and Company,
We are using the asd model format since they load (in comparison) supper fast to other model formats. Our mobile-ios app currently loads in about 10 seconds on an iPhone 4s and loads many separate asd models. We have found during profiling that the following 2 methods take up (cumulatively) between 15 - 23% of the time over the entire time to load all models.
private static function readUnsignedShort(ba:ByteArray):Vector.<uint>
private static function readFloats(ba:ByteArray):Vector.
I’m not sure if the time is due to slow iOS/io, etc., so we were wondering if there was a way to speed the implementations up or if there was perhaps someone creating or a native extension that would read in the asd, etc. This could allow for multi-threading, etc?
Any thoughts? Thanks in advance for any help….Away3d & Prefab rock!
-Richard