Chrome throws an error when I view my scenes that used to work fine.
babylon.js: Session mode “immersive-vr” not supported in browser.
Also, the .gltf exporter in blender automatically puts an asset tag in the .gltf that used to go unnoticed by BJS, but now throws an error.
This is the error:
BJS Unable to load from room.gltf: Cannot read property ‘asset’ of undefined
This is the automatically generated code from blender:
“asset” : {
“generator” : “Khronos glTF Blender I/O v1.5.17”,
“version” : “2.0”
},
Here is an example:
https://postvirtualreality.com/test/template.html
Can someone check to see if they see the same errors?
I had posted this issue before, but I don’t think I phrased the question quite right.
Pat