i have node setup like this
https://nme.babylonjs.com/#JMMXP3
i am trying to access the nodel material, once i get the node, how to update my texture parameters in node material before setting to mesh
NodeMaterial.ParseFromSnippetAsync("#WA6KIC", Threedscene).then((nodeMaterial) => {
dome.mesh.material=nodeMaterial;
}