This lesson covers writing your own IEffect implementation, specifically a custom effect for rendering a skybox with a cubemap. Our vertex shader only makes use of the vertex position information, and ...