ray-tracing-renderer
ray-tracing-renderer copied to clipboard
Broken demo
Shader error:
Uncaught ERROR: 0:87:
'isampler2D' : No precision specified
WARNING: 0:1183: '1.0e999' : Float overflow
You should get this project working again so it can be compared against this fork: https://lgltracer.com
Hi, @ronzim ! You can fix this error by editing this line in makeShaderStage function
let str = "#version 300 es\nprecision mediump float;\nprecision mediump int;\nprecision lowp isampler2D;\n";
in RenderPass.js file
Thank you @vinkovsky! I'll try asap
You're welcome. I faced with another issues. I have WebGL: ERROR: 0:10: 'out_matProps' : output location must be < MAX_DRAW_BUFFERS
error in safari