Lucie Defraiteur
Lucie Defraiteur
What i did: (windows 10, core i7, rtx 2070, oculus rift s) `nvm install 12.2.0` `nvm use 12.2.0` `git clone https://github.com/exokitxr/exokit.git` `cd exokit` `npm install` `cd scripts` `.\exokit.cmd -h` ```...
I tryed to follow the tutorial from http://babylonhx.com/ i got this error: Type not found: lime.Assets
Hello, I got this error really often: Uncaught TypeError: Cannot read property 'L' of null at SparseMatrixNumberNumber (math.js:23661) at generic (math.js:32708) at Object.slu (math.js:32727) Any idea on how i could...
Hello, i m trying to export lightmaps from the example "Sponza", without modifying anything, i got this error: Cannot read property 'image' of null
I really often need to access private fields in librairies i use in order to fix small issues, as a workaround, cause the library is badly done, really really often,...
` ShaderDSL.js:7402 Uncaught ReferenceError: CAST is not defined at drive (ShaderDSL.js:7402) at Object.analyze (ShaderDSL.js:8362) at Object.compileVertexShader (ShaderDSL.js:5818) at Object.compileGladderProgram (ShaderDSL.js:5876) at cube-noglsl.html:54 ` I think that your enum that you...