Home | History | Annotate | Download | only in light

Lines Matching defs:light

33 package com.jme3.light;
44 * <code>DirectionalLight</code> is a light coming from a certain direction in world space.
45 * E.g sun or moon light.
50 public class DirectionalLight extends Light {
60 * Returns the direction vector of the light.
62 * @return The direction vector of the light.
71 * Sets the direction of the light.
73 * Represents the vector direction the light is coming from.
74 * (1, 0, 0) would represent a directional light coming from the X axis.
76 * @param dir the direction of the light.