wasabia / three_dart

three.js rewrite by Dart, Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.
MIT License
444 stars 77 forks source link

Issue while trying to load fbx #148

Open lemba3 opened 7 months ago

lemba3 commented 7 months ago

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

Knightro63 commented 6 months ago

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.