Mise à jour du dépôt en fonction du .gitignore
This commit is contained in:
parent
1f0f033fad
commit
4a59748e67
224 changed files with 6785 additions and 0 deletions
8
Map3DRendering/bin/Debug/net7.0/Shaders/Gizmo/axes.frag
Normal file
8
Map3DRendering/bin/Debug/net7.0/Shaders/Gizmo/axes.frag
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#version 330 core
|
||||
|
||||
in vec3 vertexColor;
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = vec4(vertexColor, 1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue