mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
22 lines
500 B
Plaintext
22 lines
500 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='../../../modules/VRKit.js')
|