├── favicon.ico ├── img └── screen.jpg ├── scenes ├── test_scene.hipnc └── test_scene_htoa_rs.hipnc ├── test_imgs ├── test_render.png ├── colors_vertical.png └── colors_horizontal.png ├── web ├── index.html ├── shaders.js ├── components.js └── dat.gui.min.js ├── LICENSE ├── toolbar └── hmd_preview.shelf ├── .gitignore ├── README.md └── scripts └── python └── hou2vr.py /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtomori/houdini2vr/HEAD/favicon.ico -------------------------------------------------------------------------------- /img/screen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtomori/houdini2vr/HEAD/img/screen.jpg -------------------------------------------------------------------------------- /scenes/test_scene.hipnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtomori/houdini2vr/HEAD/scenes/test_scene.hipnc -------------------------------------------------------------------------------- /test_imgs/test_render.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtomori/houdini2vr/HEAD/test_imgs/test_render.png -------------------------------------------------------------------------------- /test_imgs/colors_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtomori/houdini2vr/HEAD/test_imgs/colors_vertical.png -------------------------------------------------------------------------------- /scenes/test_scene_htoa_rs.hipnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtomori/houdini2vr/HEAD/scenes/test_scene_htoa_rs.hipnc -------------------------------------------------------------------------------- /test_imgs/colors_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtomori/houdini2vr/HEAD/test_imgs/colors_horizontal.png -------------------------------------------------------------------------------- /web/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |GUI\'s constructor:\n\n \n\n localStorage on exit.\n\n localStorage will\n override those passed to dat.GUI\'s constructor. This makes it\n easier to work incrementally, but localStorage is fragile,\n and your friends may not see the same values you do.\n\n