renderingGroupId on instancedMesh has a no-op setter With a warning (that can be changed :smile:). This is done since es6 doesn't support setter a getter-only to a public variable in a parent class. Solving https://github.com/BabylonJS/Babylon.js/issues/3893 .