CustomMaterial is still present?

Hi everyone, I’m new to Babylon and I was trying to make the ground transparent following this discussion but I cannot find the CustomMaterial you talked about. It is documented but I cannot import it or use it with BABYLON.CustomMaterial.
Am I missing a package or something?
Here you can see my dependencies:
@babylonjs/core”: “^6.30.0”,
@babylonjs/inspector”: “^6.30.0”,
@babylonjs/loaders”: “^6.30.0”

Thanks!

Welcome aboard!

This material is not part of the core but can be found in the materials package: @babylonjs/materials.

2 Likes

Thank you so much! I didn’t see that one