All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengl.NVTexgenReflection Maven / Gradle / Ivy

Go to download

The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.opengl;

/**
 * Native bindings to the NV_texgen_reflection extension.
 * 
 * 

This extension provides two new texture coordinate generation modes that are useful texture-based lighting and environment mapping.

*/ public final class NVTexgenReflection { /** Accepted by the {@code param} parameter of TexGend, TexGenf, TexGeni when {@code pname} parameter is TEXTURE_GEN_MODE */ public static final int GL_NORMAL_MAP_NV = 0x8511, GL_REFLECTION_MAP_NV = 0x8512; private NVTexgenReflection() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy