All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----berkeley.cs.dmc.distributor.Main
public Main()
public static void main(String args[])
PROTO name [ eventIn SFFloat currentTime eventOut SFBool visible ] { }Two files are generated, Distributor.wrl and Distributor.java. The former should be included in the VRML file, either directly or by inlining. The Script node defined should have events from a TimeSensor node routed to it. In other words, it defines:
eventIn SFTime cycleTime eventIn SFFloat fraction_changedRoutes are also defined between the script node and each of the nodes is manages. The Java file should be compiled and placed where a browser can locate it.
All Packages Class Hierarchy This Package Previous Next Index