28 #ifndef __FREEWRL_BINDABLE_H__
29 #define __FREEWRL_BINDABLE_H__
41 send_bind_to(
struct X3D_Node *node,
int value);
47 render_Fog(
struct X3D_Fog *node);
55 void set_naviWidthHeightStep(
double wid,
double hei,
double step) ;
64 double screenorientationmatrix[16];
65 double viewtransformmatrix[16];
66 double posorimatrix[16];
67 double stereooffsetmatrix[2][16];
72 double pickraymatrix[2][16];
74 void init_bindablestack(
bindablestack *bstack,
int layerId,
int nodetype);
78 int getBindableStacksCount(
ttglobal tg);
79 int layerFromBindable(
struct X3D_Node*);