After playing with the IOS engine code base for a while now I was confident I could recombine the 2 engine code bases together.... 4 hours later its all done and working very well, even sorted a small bug when a mesh file was missing and the engine still tried to access its bounding sphere for culling
vortxEDIT and iPhone/iPad projects are all under the same workspace now, very nice.
vortxEDIT and iPhone/iPad projects are all under the same workspace now, very nice.
Create a custom theme





After changing all code needed I found some strange ARC bugs were all gone, I was getting random Leaks maybe every 10th time I ran the App from my GL controller classes, strange because these bits of code are very simple and seem perfectly fine. After the changes all is well. go figure !