Skip to content

Commit

Permalink
[nodes] Lighting Calibration : add doc + change HS to SH
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelou committed Nov 21, 2023
1 parent e27785c commit f90bbdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meshroom/nodes/aliceVision/LightingCalibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ class LightingCalibration(desc.CommandLineNode):
name="method",
label="Calibration Method",
description="Method used for light calibration.\n"
"Use 'brightestPoint' for shiny spheres and 'whiteSphere' for white matte spheres.",
values=["brightestPoint", "whiteSphere", "HS"],
"Use 'brightestPoint' for shiny spheres and 'whiteSphere' for white matte spheres.\n"
"Spherical Harmonic lighting can be estimated using 'SH' method.",
values=["brightestPoint", "whiteSphere", "SH"],
value="brightestPoint",
exclusive=True,
uid=[0]
Expand Down

0 comments on commit f90bbdf

Please sign in to comment.