three_dart icon indicating copy to clipboard operation
three_dart copied to clipboard

Issue while trying to load fbx

Open lemba3 opened this issue 2 years ago • 1 comments

I used the following dependencies.

three_dart: git: url: https://github.com/Knightro63/three_dart.git three_dart_jsm: git: url: https://github.com/Knightro63/three_dart_jsm.git

These repos solved the issues I had earlier but I have this error below and messes up my object

Error: THREE.WebGLProgram: gl.getProgramInfoLog() programLog: Error compiling shader: vertexLog: null fragmentLog: null

How do I fix the shader? Platform: Desktop

lemba3 avatar Nov 27 '23 10:11 lemba3

Hi @lemba3,

I will need a little more information to be able to help with this. Is there an example you are using which is giving this error?

Also I will do my best to help. I only have a mac.

Knightro63 avatar Dec 07 '23 20:12 Knightro63