|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | getSwapReady |
| def | poll |
| def | sendCamFrustum |
| def | sendCamOffset |
| def | sendCommandString |
| def | sendExit |
| def | sendMoveCam |
| def | sendMoveNamedObject |
| def | sendMoveSelected |
| def | sendNamedMovementDone |
| def | sendSwapNow |
| def | sendTimeData |
Public Attributes | |
| cw | |
| msgHandler | |
| qcr | |
| tcpConn | |
| def __init__ | ( | self, | |
| qcm, | |||
| serverName, | |||
| port, | |||
| msgHandler | |||
| ) |
| def getSwapReady | ( | self | ) |
| def poll | ( | self | ) |
Non blocking task to read all available datagrams
| def sendCamFrustum | ( | self, | |
| focalLength, | |||
| filmSize, | |||
| filmOffset | |||
| ) |
| def sendCamOffset | ( | self, | |
| xyz, | |||
| hpr | |||
| ) |
| def sendCommandString | ( | self, | |
| commandString | |||
| ) |
| def sendExit | ( | self | ) |
| def sendMoveCam | ( | self, | |
| xyz, | |||
| hpr | |||
| ) |
| def sendMoveNamedObject | ( | self, | |
| xyz, | |||
| hpr, | |||
| scale, | |||
| color, | |||
| hidden, | |||
| name | |||
| ) |
| def sendMoveSelected | ( | self, | |
| xyz, | |||
| hpr, | |||
| scale | |||
| ) |
| def sendNamedMovementDone | ( | self | ) |
| def sendSwapNow | ( | self | ) |
| def sendTimeData | ( | self, | |
| frameCount, | |||
| frameTime, | |||
| dt | |||
| ) |
1.7.3