mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2025-12-08 20:26:23 +00:00
23 lines
565 B
Plaintext
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')
|