Alexander Buzin 94281dae50 v2.2.0-alpha.0
Former-commit-id: a9cb3cebf19b298c5f08c87b208f26bfe5c5dfa4
2018-05-19 01:24:51 +03:00

23 lines
565 B
Plaintext

extends ../../../layout.pug
block body
div.ui.orange.message.warning
div.header This example is not yet implemented completely. Fill free to  
a(href='https://github.com/WhitestormJS/whitestorm.js/pulls') make a PR and fix it.
br
div.ui.sub.header.small TODO:
ul.list
li Fix combination of post-processing with VREffect.
br
div.ui.sub.header.small REASON:
ul.list
li Needs API changes
block additional
script(src='/examples/assets/vendor/webvr-polyfill.min.js')
script(src='../../../modules/VRKit.js')