axmol/tests/cpp-tests/proj.android
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 issue #4674: Re-added deleted source files. 2014-05-04 14:37:55 +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
.classpath set correct package name 2016-05-09 18:14:53 +08:00
.project All tests could run on Android. 2014-03-11 19:10:36 +08:00
AndroidManifest.xml Change the android test app to be landscape reversible. 2015-10-27 20:43:56 +09:00
ant.properties Renames 'samples' folder to 'tests', ouch.... 2014-03-11 19:10:34 +08:00
build-cfg.json issue #4674: Re-added deleted source files. 2014-05-04 14:37:55 +08:00
build.xml TestsDemo -> CppTests. 2014-03-11 19:10:36 +08:00
ndkgdb.sh All tests could run on Android. 2014-03-11 19:10:36 +08:00
proguard-project.txt Renames 'samples' folder to 'tests', ouch.... 2014-03-11 19:10:34 +08:00
project.properties android properties to 10 2015-02-15 17:22:39 +08:00