Hi, I just integrated the fabric.js with three.js but the issue I’m facing is that when I apply texture or image on the model that is loaded from GLTF viewer it looks blurry.
Code:
scope.fabric.canvas.on("after:render", function() {
scope.objectModel.children[12].children[1].material.map.needsUpdate = true;
Pic: