mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[nodes] Lighting Calibration: add doc + change HS to SH
This commit is contained in:
parent
540234466a
commit
1917de03f1
1 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,9 @@ Can also be used to calibrate a lighting dome (RTI type).
|
||||||
name="method",
|
name="method",
|
||||||
label="Calibration Method",
|
label="Calibration Method",
|
||||||
description="Method used for light calibration.\n"
|
description="Method used for light calibration.\n"
|
||||||
"Use 'brightestPoint' for shiny spheres and 'whiteSphere' for white matte spheres.",
|
"Use 'brightestPoint' for shiny spheres and 'whiteSphere' for white matte spheres.\n"
|
||||||
values=["brightestPoint", "whiteSphere", "HS"],
|
"Spherical Harmonic lighting can be estimated using 'SH' method.",
|
||||||
|
values=["brightestPoint", "whiteSphere", "SH"],
|
||||||
value="brightestPoint",
|
value="brightestPoint",
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Reference in a new issue