Sorry for this dumb question but im trying to use a PBRCustomMaterial and I cannot seem to find where to import it.
import { PBRCustomMaterial} from “@babylonjs/core” turns up nothing cause its not defined in
@babylonjs/core/Materials/PBR/pbrMaterial.d.ts
and there is no pbrCustomMaterial to be found anywhere.
I am using “@babylonjs/materials”: “^5.21.0”,