Upgrade from 3.3 to 3.8

So I upgraded today and I noticed some things are changed…

  1. Have the camera draw order changed around? Default camera renders first rather than last like it used to?

  2. 3D animations getting compressed or frames being removed? my animations look like they have bad frame rate. Looked great in 3.3.

ok, found animation quality flag.

draw order problem was due to setDepth(0) being set in camera::create(). Should set depth of default camera inside Scene::init() instead.