Is there source code for https://threejs.org/docs/scenes/material-browser.html#MeshStandardMaterial?

I’m trying to set up a similar thing, but with a loaded gltf, it would mean a lot if I could see the code! :slight_smile: I can’t find it in the examples. If its not there, it would be a great addition!
Three.js Material Browser

  1. There’s an example using MeshStandardMaterial, that shows how to use this material. The code you can see by clicking the icon in the bottom right corner.
  2. Code for this specific view you can see here, but it contains all material previews in the docs.