|
FreeWRL / FreeX3D 4.3.0
|
Data Fields | |
| int | itype |
| Stack * | depth_buffer_stack |
| int | size |
| double | matproj [16] |
| double | matview [16] |
| struct X3D_Node * | texture |
| int | itexture |
Definition at line 116 of file Component_TextureProjector.c.
| Stack* X3D_ProjectorRep::depth_buffer_stack |
Definition at line 119 of file Component_TextureProjector.c.
| int X3D_ProjectorRep::itexture |
Definition at line 125 of file Component_TextureProjector.c.
| int X3D_ProjectorRep::itype |
Definition at line 117 of file Component_TextureProjector.c.
| double X3D_ProjectorRep::matproj[16] |
Definition at line 121 of file Component_TextureProjector.c.
| double X3D_ProjectorRep::matview[16] |
Definition at line 122 of file Component_TextureProjector.c.
| int X3D_ProjectorRep::size |
Definition at line 120 of file Component_TextureProjector.c.
| struct X3D_Node* X3D_ProjectorRep::texture |
Definition at line 124 of file Component_TextureProjector.c.