<> <> Run AISImpl Run Texture2DImpl _ Texture2DImpl.autoRange _ 0; Run WedgeImpl Alias SetWedgeParam (foo bar) _ WedgeImpl.foo _ bar Alias ComputeWedge (fileName functionID dots lines) _ Texture2D.FunctionAIS[outputName: "fileName", width: dots, height: lines, f: WedgeImpl.functionID] Alias Wedge (fileName functionID dots lines aVal bVal cVal) SetWedgeParam a aVal; SetWedgeParam b bVal; SetWedgeParam c cVal; ComputeWedge fileName functionID lines dots