Skip to content

Commit 9108cac

Browse files
author
Mike Bond
committed
Added PBR2 material and option to load using glTF
1 parent 81eea9d commit 9108cac

24 files changed

+4178
-20
lines changed

packages/dev/core/src/Materials/PBR/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export * from "./pbrBRDFConfiguration";
55
export * from "./pbrClearCoatConfiguration";
66
export * from "./pbrIridescenceConfiguration";
77
export * from "./pbrMaterial";
8+
export * from "./pbrMaterial2";
89
export * from "./pbrMetallicRoughnessMaterial";
910
export * from "./pbrSpecularGlossinessMaterial";
1011
export * from "./pbrSheenConfiguration";
@@ -15,3 +16,7 @@ export * from "../../ShadersWGSL/pbr.vertex";
1516
export * from "../../ShadersWGSL/pbr.fragment";
1617
export * from "../../Shaders/pbr.vertex";
1718
export * from "../../Shaders/pbr.fragment";
19+
export * from "../../ShadersWGSL/pbr2.vertex";
20+
export * from "../../ShadersWGSL/pbr2.fragment";
21+
export * from "../../Shaders/pbr2.vertex";
22+
export * from "../../Shaders/pbr2.fragment";

0 commit comments

Comments
 (0)