Hi everyone!
I’m trying to run a simple example of Away 4.1.0 on iOS. Is just a view with a cube mesh spinning and a light. It runs perfectly on the iOS simulator and even on the iPad, but when I tried to add one more mesh the application crash on the iPad while testing on the iOS simulator still works fine.
This is the error message that I get from the debbuger:
Error #1009: Cannot access a property or method of a null object reference.
at away3d.core.sort::RenderableMergeSort/mergeSortByMaterial()[/Users/allan/Desktop/proyectos/animation/fw/Away3D/v410/src/away3d/core/sort/RenderableMergeSort.as:132]
And this is my setting:
- Flash Builder 4.7
- Away3D 4.1.0
- Air 3.5
- Lastest iPad with iOS 6.0.1
Am I missing something or is this a real bug?
Thanks