File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def __init__(
210210 stable_ctr : bool = False ,
211211 ) -> None :
212212 if not stable_ctr :
213- msg = "_SourceSampling class instantiated outside of the class scope"
213+ msg = "SourceSampling class instantiated outside of the class scope"
214214 raise RuntimeError (msg )
215215
216216 self ._mode = source_sampling
@@ -1779,7 +1779,7 @@ class RoughnessOnly(BaseSimulation.SourceSampling):
17791779 """Roughness only mode of BSDF bench measurement.
17801780
17811781 By default,
1782- 2 degrees uniform type sampling is set
1782+ Uniform source theta sampling 18 is used.
17831783
17841784 Parameters
17851785 ----------
@@ -1808,8 +1808,8 @@ class AllCharacteristics:
18081808 """BSDF depends on all properties mode of BSDF bench measurement.
18091809
18101810 By default,
1811- is_bsdf180 is true
1812- reflection_and_transmission is true
1811+ is_bsdf180 is false
1812+ reflection_and_transmission is false
18131813 Color does not depend on viewing direction is set
18141814 Source sampling is set to be isotropic
18151815
@@ -1872,7 +1872,7 @@ class Isotropic(BaseSimulation.SourceSampling):
18721872 """Uniform Isotropic source sampling.
18731873
18741874 By default,
1875- 2 degrees uniform type source sampling is set
1875+ Uniform source theta sampling value 18 is set
18761876
18771877 Parameters
18781878 ----------
You can’t perform that action at this time.
0 commit comments