Package apple.modelio.protocol
Interface MDLLightProbeIrradianceDataSource
-
public interface MDLLightProbeIrradianceDataSource
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidsetSphericalHarmonicsLevel(long value)Spherical harmonics level used to calculate the spherical harmonics coefficients.default longsphericalHarmonicsLevel()Spherical harmonics level used to calculate the spherical harmonics coefficients.
-
-
-
Method Detail
-
setSphericalHarmonicsLevel
default void setSphericalHarmonicsLevel(long value)
Spherical harmonics level used to calculate the spherical harmonics coefficients.
-
sphericalHarmonicsLevel
default long sphericalHarmonicsLevel()
Spherical harmonics level used to calculate the spherical harmonics coefficients.
-
-