X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gdx%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fgraphics%2Fg3d%2Fattributes%2FDepthTestAttribute.java;h=0fef2c3ae47c8f69c1571a445cd80bdfbdeb00d0;hb=21f1a70e6cecd48ff6ae8dd23d59d80bb30bbe73;hp=d38fd2d45ffa1bdb08396373861fc2f7b6e4c9e3;hpb=2ec84603abf265fafee4ce189cbeabe9dc6fb169;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/DepthTestAttribute.java b/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/DepthTestAttribute.java index d38fd2d45..0fef2c3ae 100644 --- a/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/DepthTestAttribute.java +++ b/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/DepthTestAttribute.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.attributes; import com.badlogic.gdx.graphics.Color; @@ -68,4 +84,4 @@ public class DepthTestAttribute extends Attribute { DepthTestAttribute attr = (DepthTestAttribute)other; return depthFunc == attr.depthFunc && depthRangeNear == attr.depthRangeNear && depthRangeFar == attr.depthRangeFar && depthMask == attr.depthMask; } -} +} \ No newline at end of file