Closed rasmusgo closed 1 year ago
This looks good. Incidentally, my actual problem turned out to be that OSX installs/uses Java 8 by default. The actual fix for my problem was to install a modern Java runtime (i.e. using brew install java
), then pointing JAVA_HOME
to the correct runtime before running any of the examples.
Git already considers this file binary:
$ git diff --numstat 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD -- | grep "^-" | cut -f 3
docs/hotham_sync_loop.png
examples/complex-scene/openxr_loader.dll
examples/crab-saber/openxr_loader.dll
examples/custom-rendering/openxr_loader.dll
examples/hotham_examples.keystore
examples/simple-scene/openxr_loader.dll
hotham-simulator/build_input/viewdisplay.frag.spv
hotham-simulator/build_input/viewdisplay.vert.spv
hotham-simulator/openxr_simulator.reg
hotham-simulator/src/shaders/viewdisplay.frag.spv
hotham-simulator/src/shaders/viewdisplay.vert.spv
logo.jpg
openxr_loader.dll
test_assets/ferris-the-crab/textures/ferris_eyes_0.png
(command taken from here)
There is no need to explicitly mark it as binary.
Olly reported a problem with the dummy keystore:
This is an attempt at the suggested solution.