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

Common.MatDefs.ShaderNodes.Environment.envMapping130.frag Maven / Gradle / Ivy

There is a newer version: 3.7.0-stable
Show newest version

void main(){
        //@input vec3 refVec the reflection vector
    //@input samplerCube cubeMap the cube map
    //@output vec4 color the output color

        color = textureLod(cubeMap, refVec, 0.0);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy