|
GTXclient C API
GTXserver-16.0.2
|
Description of a Wireframe. More...
#include <GTXClient.h>
Data Fields | |
| char | name [50] |
| int | color [3] |
| int | n_objects |
| GTXWireframeObject * | objects |
Description of a Wireframe.
A Wireframe is made of several Wireframe Objects.
| int GTXWireframe::color[3] |
RGB color of this wireframe
Referenced by GTXClientNewWireframesFile(), GTXClientReadWireframes(), and GTXClientWireframeDuplicate().
| int GTXWireframe::n_objects |
Number of objects in the wireframe
Referenced by GTXClientNewWireframesFile(), GTXClientReadWireframes(), and GTXClientWireframeDuplicate().
| char GTXWireframe::name[50] |
Wireframe name
Referenced by GTXClientNewWireframesFile(), GTXClientReadWireframes(), and GTXClientWireframeDuplicate().
| GTXWireframeObject* GTXWireframe::objects |
Objects array
Referenced by GTXClientFreeWireframes(), GTXClientNewWireframesFile(), GTXClientReadWireframes(), and GTXClientWireframeDuplicate().