Skip to content

Commit 76be277

Browse files
committed
docs: tell AI emissiveIntensity must be >= 0
1 parent b254d84 commit 76be277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/public/ai-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const box = app.create('prim', {
236236
size: [1, 1, 1],
237237
color: 'red',
238238
emissive: 'red', // usually the same as `color`
239-
emissiveIntensity: 5, // 0 is no bloom, ~5 is a nice bloom, 10 is mega bloom
239+
emissiveIntensity: 5, // 0 is no bloom, ~5 is a nice bloom, 10 is mega bloom (MUST be >= 0)
240240
})
241241
```
242242

0 commit comments

Comments
 (0)