Interface Shader

  • All Known Implementing Classes:
    DefaultShader

    public interface Shader
    Interface that defines the process of shading.
    • Method Detail

      • shade

        void shade​(ShadeRequest shadeRequest)
            throws java.io.IOException,
                   MojoExecutionException
        Perform a shading operation.
        Parameters:
        shadeRequest - holds the many parameters to this method
        Throws:
        java.io.IOException - for IO errors reading the thing
        MojoExecutionException - for anything else that goes wrong.