Class EnvironmentalHdrLightEstimate

  • All Implemented Interfaces:
    java.io.Serializable

    public class EnvironmentalHdrLightEstimate
    extends java.lang.Object
    implements java.io.Serializable
    Serialization structure for saving light estimate state for offline use, e.g. in tests.
    See Also:
    Serialized Form
    • 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()