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

Commit 191eb95

Browse files
committed
envMapIntensity requires a default definition in order to display
1 parent 8a04be5 commit 191eb95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/data/material-shared.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ export const envMapIntensity = {
140140
name: 'Environment Intensity',
141141
type: 'number',
142142
prop: 'envMapIntensity',
143+
default: 1,
144+
min: 0,
143145
};
144146

145147
export const lightMap = {

0 commit comments

Comments
 (0)