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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy