Class PointLightEx

java.lang.Object
com.badlogic.gdx.graphics.g3d.environment.BaseLight<com.badlogic.gdx.graphics.g3d.environment.PointLight>
com.badlogic.gdx.graphics.g3d.environment.PointLight
gaiasky.util.gdx.model.gltf.scene3d.lights.PointLightEx

public class PointLightEx extends com.badlogic.gdx.graphics.g3d.environment.PointLight
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Optional range in meters.

    Fields inherited from class com.badlogic.gdx.graphics.g3d.environment.PointLight

    intensity, position

    Fields inherited from class com.badlogic.gdx.graphics.g3d.environment.BaseLight

    color
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    set(com.badlogic.gdx.graphics.Color color, com.badlogic.gdx.math.Vector3 position, float intensity, Float range)
     
    com.badlogic.gdx.graphics.g3d.environment.PointLight
    set(com.badlogic.gdx.graphics.g3d.environment.PointLight copyFrom)
     

    Methods inherited from class com.badlogic.gdx.graphics.g3d.environment.PointLight

    equals, equals, set, set, set, set, setIntensity, setPosition, setPosition

    Methods inherited from class com.badlogic.gdx.graphics.g3d.environment.BaseLight

    setColor, setColor

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PointLightEx

      public PointLightEx()
  • Method Details

    • set

      public com.badlogic.gdx.graphics.g3d.environment.PointLight set(com.badlogic.gdx.graphics.g3d.environment.PointLight copyFrom)
      Overrides:
      set in class com.badlogic.gdx.graphics.g3d.environment.PointLight
    • set

      public PointLightEx set(com.badlogic.gdx.graphics.Color color, com.badlogic.gdx.math.Vector3 position, float intensity, Float range)