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

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.environment.BaseLight
      extended by com.badlogic.gdx.graphics.g3d.environment.DirectionalLight
Direct Known Subclasses:
DirectionalShadowLight

public class DirectionalLight
extends BaseLight


Field Summary
 Vector3 direction
           
 
Fields inherited from class com.badlogic.gdx.graphics.g3d.environment.BaseLight
color
 
Constructor Summary
DirectionalLight()
           
 
Method Summary
 boolean equals(DirectionalLight other)
           
 boolean equals(Object arg0)
           
 DirectionalLight set(Color color, float dirX, float dirY, float dirZ)
           
 DirectionalLight set(Color color, Vector3 direction)
           
 DirectionalLight set(DirectionalLight copyFrom)
           
 DirectionalLight set(float r, float g, float b, float dirX, float dirY, float dirZ)
           
 DirectionalLight set(float r, float g, float b, Vector3 direction)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

direction

public final Vector3 direction
Constructor Detail

DirectionalLight

public DirectionalLight()
Method Detail

set

public DirectionalLight set(DirectionalLight copyFrom)

set

public DirectionalLight set(Color color,
                            Vector3 direction)

set

public DirectionalLight set(float r,
                            float g,
                            float b,
                            Vector3 direction)

set

public DirectionalLight set(Color color,
                            float dirX,
                            float dirY,
                            float dirZ)

set

public DirectionalLight set(float r,
                            float g,
                            float b,
                            float dirX,
                            float dirY,
                            float dirZ)

equals

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

equals

public boolean equals(DirectionalLight other)


Copyright © 2013. All Rights Reserved.