HomeSort by relevance Sort by last modified time
    Searched defs:pointLight (Results 1 - 2 of 2) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
LightsTest.java 28 import com.badlogic.gdx.graphics.g3d.environment.PointLight;
36 PointLight pointLight;
48 environment.add(pointLight = new PointLight().set(0.2f, 0.8f, 0.2f, 0f, 0f, 0f, 100f));
61 pointLight.position.set(0, radius, 0).add(transformedCenter.set(center).mul(transform));
62 pointLight.intensity = radius * radius;
63 ((ColorAttribute)pLight.material.get(ColorAttribute.Diffuse)).color.set(pointLight.color);
75 pointLight.position.sub(transformedCenter);
76 pointLight.position.rotate(Vector3.X, delta * 50f);
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp     [all...]

Completed in 120 milliseconds