Panda3D
|
DirectD is a client/server app for starting panda/direct. More...
#include "directd.h"
DirectD is a client/server app for starting panda/direct.
Usage: Start a directd server on each of the machines you which to start panda on.
Start a directd client on the controlling machine or import ShowBaseGlobal with the xxxxx flag in your Configrc. The client will connect each of the servers in the xxxxx list in your Configrc.
There are two API groups in this class, they are:
listen_to() client_ready() or tell_server() wait_for_servers() server_ready()
and:
connect_to() send_command() disconnect_from()
The second group was from a more general implementation of DirectD. The first group summarizes the main intents of DirectD. Both groups are presented in order chronologically by their intended usage. The first group will probably provide everthing needed for DirectD.