I don’t know why but i can’t change the shininess with this. Nothing is changing. Maybe i need to double check my code and the order. Will give feedback when i find the solution.
MeshStandardMaterial (which is what glTF models usually have) does not have a ‘shininess’ property. Try decreasing the roughness instead, that’s a similar PBR property. See: MeshStandardMaterial docs.