Class Background


@Node public class Background extends VRObject
Properties of world background, e.g. skybox or panoramic image, and the enviroment.
  • Constructor Details

    • Background

      public Background()
  • Method Details

    • getTexture

      public String getTexture()
    • getAmbientIntensity

      public String getAmbientIntensity()
    • setTexture

      public void setTexture(String texture)
    • setAmbientIntensity

      public void setAmbientIntensity(String ambientIntensity)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class VRObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class VRObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VRObject
    • toString

      public String toString()
      Overrides:
      toString in class VRObject