DistributedRender.mesa
Copyright © 1984, 1986 by Xerox Corporation. All rights reserved.
Last Edited by: Crow, February 9, 1987 5:16:30 pm PST
DIRECTORY
ThreeDBasics  USING [ Context ];
DistributedRender: CEDAR DEFINITIONS
~ BEGIN
Definitions
Context: TYPE ~ ThreeDBasics.Context;
Support Procedures
RemoteStop: PROC[];
Panic button for shutting down all the diverse processes
Frame Generation and Animation
SetConcurrencyLevel: PROC[context: REF Context, numProcesses: NAT];
MakeFrame: PROC[context: REF Context];
Makes frame using multiple machines
END.