aboutsummaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
| | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* add GLES 2 renderer for 2Dkarroffel2018-03-011-1/+1
| | | | | | | | This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned.
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-5/+7
|
* Made a few tweaks to the interfaceBastiaanOlij2017-10-061-1/+7
|
* reintroduce generic mobile vr interfaceBastiaanOlij2017-09-281-0/+6