tvBase* tvBaseCreate (void *w, char const *name, glmWindow glmw)
Creates a new instance of a tvBase struct, used as a handle to a
rendering thread and its state
Documentation
Creates a new instance of a tvBase struct, used as a handle to a
rendering thread and its state.
- Returns:
- new instance of a tvBase structure.
- Parameters:
- w - opaque pointer back to an "owner", or containing object.
name - an arbitrary string used as a title in various windows
created by the rendering thread.
glmw - an instance of an OpenGL/Motif/Xt window structure; see
API for libglt.a.
TerraVision API Home Page