Wedge.load
Michael Plass, February 3, 1986 2:37:09 pm PST
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