Snky
Snky
I understand that it wouldn't be aware of the translation/rotation/scale applied, but it could potentially be aware of the difference between the original transformationMatrix3D and the new one returned after...
'isFlat' setter sounds like a non-abusive approach. 🍡😄 //Potential issue with a manual configuration of 'isFlat' (if a setter is available): ..container.isFlat = false; trace(..container.is3D, ..container.isFlat); //true, false ..container.z =...
Yeah I'll send something(and restore the newest MediatorState.as class), I tried some traces in the update function, all three update functions are being called, but nothing got inside of the...
Hey Aymeric, wonder if you get email notifications for these comments.. I found some issues I believe with the way Mobile.as was comparing width to height, to check if iPad...
I can confirm: isBrowser() isWindows() isDesktop() isAndroid() isIOS() isIphone() isIphone4() isRetina() Seems to be querying accurately, but I guess technically every combination will need testing. Also made sure they all...
Updated Platform.as ( 08 nov ): 1-Unlocked isLandscape to public instead of private 2-Small fix for accurate apple phone detection* - Must compare both width against width and height against...
Patched again: ( 09 nov 00:37am ): 3-added support for iPad Pro (nov 25th release) 4-changed iPadRetina to iPadRetinaLegacy* *example usage: isIpadLegacy(); //ip1/ip2/ipm1 isIpadRetinaLegacy(); //ip3/ip4/ipm2/ipm3/ipa1/ipa2 isIpadRetinaPro(); //ippro Please patch utils\Platform.as...
Understood, I don't see the .removeAt function on the _objects vector o0.. but I do on the garbage array, was this not added to both according to the release notes...
Right, unfortunately, I'm not as talented as the team, or my friend that added a couple extra lines to what I was suggesting, and the end result was this: ```...
Well, either way, if there are good reasons for the way it's implemented, I think the "(param in object)" bit will help, you can throw thousands of parameters at the...