axmol/tests/cpp-tests/proj.android-studio/app
Ricardo Quesada 69d2ac1786 fix: collection of vr fixes (#15947)
* fix: collection of vr fixes

Node: additionalTransform() has its own dirty variable
VR: disabling VR works as expected
VR: works with camera3d test
VR: iOS Tracking works even if it doesn't have any input

fix: setNodeToParentTransform() and setAdditionalTransfrom() work...

...at the same time.
Also, this PR makes the size of Node smaller. `_additionalTransform` is
no longer an inline object.
Instead, it is allocated on demand making 99% of the Nodes smaller by 60
bytes.

fix: compile in windows

* doc: documentation for this fix
2016-06-24 10:03:38 +08:00
..
jni fix: collection of vr fixes (#15947) 2016-06-24 10:03:38 +08:00
res Rename module 2015-05-18 15:01:20 +08:00
src/org/cocos2dx/cpp_tests constexpr for signature, garbage collection and compile-time error for unsupported argument types 2015-11-10 23:39:16 +03:00
.gitignore Rename module 2015-05-18 15:01:20 +08:00
AndroidManifest.xml set correct package name 2016-05-09 18:14:53 +08:00
build.gradle Merge branch 'v3' of github.com:cocos2d/cocos2d-x into v3 2015-05-25 17:01:29 +08:00
proguard-rules.pro Rename module 2015-05-18 15:01:20 +08:00
project.properties Add the project.properties for the ndk-build of proj.android-studio. 2015-05-21 15:43:01 +08:00