This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#version 330 | |
//Just some ideas | |
uniform sampler2D texture_id; | |
uniform vec4 color; | |
uniform float energy; | |
in vec3 var_view_pos; | |
in vec2 var_uv; | |
in vec3 var_normal; |