mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-13 02:31:04 -06: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;
|
|
}
|