Just imagining.. Since spore is using OpenGL Can't we somehow make the graphics engine of spore READ glsl code and replicate it sort of virtually into the graphics engine? Spore doesn't use OpenGL, it uses DirectX (and so it doesn't use GLSL, but HLSL instead). The shaders themselves are just in sh...