Description of the problem
Assigning .skinning = true doesn't work when the material is assigned to scene.overrideMaterial:
scene.overrideMaterial = new THREE.MeshPhysicalMaterial({skinning: true})
The material and rendered image behave identically to as if .skinning === false.
Three.js version
Browser