Previous Thread  Next Thread

chat icon GLSL Question

Emilyanis

Posted: Sun Aug 19, 2012 2:34 pm
Joined: 19 Aug 2012
Posts: 1
Hi! Can blender work with these:
uniform mat4 gbufferProjectionInverse;
uniform mat4 gbufferPreviousProjection;

uniform mat4 gbufferModelViewInverse;
uniform mat4 gbufferPreviousModelView;

uniform vec3 cameraPosition;
uniform vec3 previousCameraPosition;
Reply with quote


stiv

Posted: Sun Aug 19, 2012 3:51 pm
Joined: 05 Aug 2003
Posts: 3518
Blender uses OpenGL for all of it's drawing.

Look at the bgl module to see what is exposed to the Python scripting interface.
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group