In MeshStandardMaterial.({aoMap=new THREE.TextureLoader().load("/texture/ambientOcclusion.jpg"}). is not. adding. the. texture. its. texture. is working. good i want to get. lik

the enmap. and oamap. is not. working
const material=new THREE.MeshStandardMaterial({transparent:true}) //! it hlp to create a metallic
// //! it had properties like metalness
material.metalness=0.7 //!thilakkam kuttum
material.roughness=0.2 //! thilakkam effect katti
// material.normalMap=new THREE.TextureLoader().load(“/texture/ambientOcclusion.jpg”) //! ith avda oru ambinient nalkan
// material.map=new THREE.TextureLoader().load(“/texture/_basecolor.jpg”)//! color of that
// material.side=THREE.DoubleSide
// material.aoMap=new THREE.TextureLoader().load(“/texture/ambientOcclusion.jpg”)//! TO INCREASE ambientOcclusion
// material.aoMapIntensity=100
// material.metalnessMap=new THREE.TextureLoader().load(“/texture/_metallic.jpg”) //! TO LIKE A A METALLIC
// material.roughnessMap=new THREE.TextureLoader().load(“/texture/_height.png”) // ! too roughness

//! envirnment ila varan

const cubeenvirm = new THREE.CubeTextureLoader().load([
‘/3dimg/posx.jpg’,“/3dimg/negx.jpg”,
" /3dimg/posy.jpg",“/3dimg/negy.jpg”,
" /3dimg/posz.jpg",“/3dimg/negz.jpg”
]);
scene.background = cubeenvirm;
material.metalness=1.72;material.roughness=0.72
cubeenvirm.encoding = THREE.SRGBTransfer;
material.envMapIntensity=5
material.envMap=cubeenvirm
the enmap. and oamap. is not. working

@adhl , welcome to this community.

It might be good if you present your issue in a way that will inspire other people to provide help.