1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

add lightMapIntensity

This commit is contained in:
Kevin Levron 2020-10-14 22:14:31 +02:00
parent 6835052e75
commit 47c96eedae

View File

@ -12,6 +12,7 @@ const props = {
emissive: { type: [Number, String], default: 0 },
emissiveIntensity: { type: Number, default: 1 },
envMapIntensity: { type: Number, default: 1 },
lightMapIntensity: { type: Number, default: 1 },
metalness: { type: Number, default: 0 },
normalScale: { type: Object, default: () => new Vector2(1, 1) },
roughness: { type: Number, default: 1 },