com.badlogic.gdx.graphics.g3d.environment
Class PointLight

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.environment.BaseLight
      extended by com.badlogic.gdx.graphics.g3d.environment.PointLight

public class PointLight
extends BaseLight


Field Summary
 float intensity
           
 Vector3 position
           
 
Fields inherited from class com.badlogic.gdx.graphics.g3d.environment.BaseLight
color
 
Constructor Summary
PointLight()
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean equals(PointLight other)
           
 PointLight set(Color color, float x, float y, float z, float intensity)
           
 PointLight set(Color color, Vector3 position, float intensity)
           
 PointLight set(float r, float g, float b, float x, float y, float z, float intensity)
           
 PointLight set(float r, float g, float b, Vector3 position, float intensity)
           
 PointLight set(PointLight copyFrom)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

public final Vector3 position

intensity

public float intensity
Constructor Detail

PointLight

public PointLight()
Method Detail

set

public PointLight set(PointLight copyFrom)

set

public PointLight set(Color color,
                      Vector3 position,
                      float intensity)

set

public PointLight set(float r,
                      float g,
                      float b,
                      Vector3 position,
                      float intensity)

set

public PointLight set(Color color,
                      float x,
                      float y,
                      float z,
                      float intensity)

set

public PointLight set(float r,
                      float g,
                      float b,
                      float x,
                      float y,
                      float z,
                      float intensity)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

equals

public boolean equals(PointLight other)


Copyright © 2013. All Rights Reserved.