Class EnvironmentalHdrLightEstimate
- java.lang.Object
-
- pro.streem.ar.sceneform.rendering.EnvironmentalHdrLightEstimate
-
- All Implemented Interfaces:
java.io.Serializable
public class EnvironmentalHdrLightEstimate extends java.lang.Object implements java.io.SerializableSerialization structure for saving light estimate state for offline use, e.g. in tests.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvironmentalHdrLightEstimate(float[] sphericalHarmonics, float[] direction, Color colorCorrection, float relativeIntensity, android.media.Image[] cubeMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetColor()pro.streem.ar.sceneform.rendering.EnvironmentalHdrLightEstimate.CubeMapImage[]getCubeMap()float[]getDirection()floatgetRelativeIntensity()float[]getSphericalHarmonics()
-
-
-
Constructor Detail
-
EnvironmentalHdrLightEstimate
public EnvironmentalHdrLightEstimate(@Nullable float[] sphericalHarmonics, @Nullable float[] direction, Color colorCorrection, float relativeIntensity, @Nullable android.media.Image[] cubeMap)
-
-
Method Detail
-
getSphericalHarmonics
@Nullable public float[] getSphericalHarmonics()
-
getDirection
@Nullable public float[] getDirection()
-
getColor
public Color getColor()
-
getRelativeIntensity
public float getRelativeIntensity()
-
getCubeMap
@Nullable public pro.streem.ar.sceneform.rendering.EnvironmentalHdrLightEstimate.CubeMapImage[] getCubeMap()
-
-