![]() |
Beaming Scene Service
2.0
RakNet wrapper for managing data communications between multiple Beaming clients
|

Go to the source code of this file.
Classes | |
| class | CVmVec3f |
| class | CVmFloat |
Defines | |
| #define | COMMON_S3D |
Functions | |
| function | LoadShader (ShaderName) |
| function | DrawGrid (col, size) |
| function | DrawLine (A, B) |
| function | CameraMoveMouse () |
| function | DrawAxis (o, ax) |
| function | DrawAxes (o, xax, yax, zax) |
| function | DrawAAxes (o) |
Variables | |
| var | RADTODEG = 180/Pi |
| var | DEGTORAD = Pi/180 |
| var | Time = 0.0 |
| var | Dt = 0.0 |
| var | frozen = false |
| #define COMMON_S3D |
Definition at line 2 of file Common.s3d.
| function CameraMoveMouse | ( | ) |
Definition at line 76 of file Common.s3d.
| function DrawAAxes | ( | o | ) |
Definition at line 169 of file Common.s3d.
| function DrawAxes | ( | o | , |
| xax | , | ||
| yax | , | ||
| zax | |||
| ) |
Definition at line 155 of file Common.s3d.
| function DrawAxis | ( | o | , |
| ax | |||
| ) |
Definition at line 147 of file Common.s3d.
| function DrawGrid | ( | col | , |
| size | |||
| ) |
Definition at line 38 of file Common.s3d.
| function DrawLine | ( | A | , |
| B | |||
| ) |
Definition at line 65 of file Common.s3d.
| function LoadShader | ( | ShaderName | ) |
Definition at line 13 of file Common.s3d.
| var DEGTORAD = Pi/180 |
Definition at line 5 of file Common.s3d.
| var Dt = 0.0 |
Definition at line 9 of file Common.s3d.
| var frozen = false |
Definition at line 10 of file Common.s3d.
| var RADTODEG = 180/Pi |
Definition at line 4 of file Common.s3d.
| var Time = 0.0 |
Definition at line 8 of file Common.s3d.