X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gdx%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fgraphics%2Fg3d%2Fenvironment%2FAmbientCubemap.java;h=05c1e2137b93a3f78b667478777bee8014ee3943;hb=21f1a70e6cecd48ff6ae8dd23d59d80bb30bbe73;hp=bc1c31c3e6def0eab67cea11b0d63b2b880cf12c;hpb=2ec84603abf265fafee4ce189cbeabe9dc6fb169;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/gdx/src/com/badlogic/gdx/graphics/g3d/environment/AmbientCubemap.java b/gdx/src/com/badlogic/gdx/graphics/g3d/environment/AmbientCubemap.java index bc1c31c3e..05c1e2137 100644 --- a/gdx/src/com/badlogic/gdx/graphics/g3d/environment/AmbientCubemap.java +++ b/gdx/src/com/badlogic/gdx/graphics/g3d/environment/AmbientCubemap.java @@ -1,3 +1,19 @@ +/******************************************************************************* + * Copyright 2011 See AUTHORS file. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ + package com.badlogic.gdx.graphics.g3d.environment; import com.badlogic.gdx.graphics.Color;