aboutsummaryrefslogtreecommitdiff
path: root/packages/noncvs/windows/extra/Gem/examples/10.glsl/panoramique.vert
diff options
context:
space:
mode:
Diffstat (limited to 'packages/noncvs/windows/extra/Gem/examples/10.glsl/panoramique.vert')
-rw-r--r--packages/noncvs/windows/extra/Gem/examples/10.glsl/panoramique.vert5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/noncvs/windows/extra/Gem/examples/10.glsl/panoramique.vert b/packages/noncvs/windows/extra/Gem/examples/10.glsl/panoramique.vert
new file mode 100644
index 00000000..5fcb9d84
--- /dev/null
+++ b/packages/noncvs/windows/extra/Gem/examples/10.glsl/panoramique.vert
@@ -0,0 +1,5 @@
+void main()
+{
+ gl_TexCoord[0] = gl_MultiTexCoord0;
+ gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
+}