Пример #1
0
  protected final Point3f getLightPos(Point3f lightPos) {
    light.getComputedLocation(lightPos);

    return (lightPos);
  }