mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
8 lines
134 B
GLSL
8 lines
134 B
GLSL
#version 130
|
|
|
|
#pragma include "glsl_include_inputs.vert"
|
|
|
|
void main() {
|
|
gl_Position = p3d_ModelViewProjectionMatrix * p3d_Vertex;
|
|
}
|