Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 8a04be5

Browse files
committed
Emissive is used by both Standard and Physical materials
1 parent fe5f38d commit 8a04be5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/data/materials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const standard = [
2222
prop.displacement,
2323
prop.ao,
2424
prop.lightMap,
25+
prop.emissive,
2526
];
2627

2728
const base = [
@@ -172,7 +173,6 @@ export default {
172173
prop.wireframe,
173174
...standard,
174175
clearCoat,
175-
prop.emissive,
176176
...base
177177
],
178178
},

0 commit comments

Comments
 (0)