It’s better to comment out the entire block with a note than randomly rename file versions - they just look like typos that way.
Note there are two occurences of the code to coment out in assets/sections.js
/* Disable 3D viewer scripts
// Ensure product media libraries are present
if (!isIE11) {
window.Shopify.loadFeatures([
{
name: 'model-viewer',
version: '0.8'
},
{
name: 'shopify-xr',
version: '1.0',
},
{
name: 'model-viewer-ui',
version: '1.0',
}
], productMedia.setupMedia)
}
*/