| Class | Fox::FXGLShape |
| In: |
rdoc-sources/FXGLShape.rb
|
| Parent: | FXGLObject |
OpenGL shape object.
| SURFACE_SINGLESIDED: | Single-sided [both sides same] |
| SURFACE_DUALSIDED: | Dual-sided surface |
| SHADING_NONE: | No light source |
| SHADING_SMOOTH: | Smooth shaded |
| SHADING_FLAT: | Flag shaded |
| FACECULLING_OFF: | No face culling |
| FACECULLING_ON: | Cull backward facing surfaces |
| STYLE_SURFACE: | Draw filled surfaces |
| STYLE_WIREFRAME: | Draw wire frame |
| STYLE_POINTS: | Draw as points |
| STYLE_BOUNDBOX: | Draw bounding box |
| ID_SHADEOFF: | x |
| ID_SHADEON: | x |
| ID_SHADESMOOTH: | x |
| ID_TOGGLE_SIDED: | x |
| ID_TOGGLE_CULLING: | x |
| ID_STYLE_POINTS: | x |
| ID_STYLE_WIREFRAME: | x |
| ID_STYLE_SURFACE: | x |
| ID_STYLE_BOUNDINGBOX: | x |
| ID_FRONT_MATERIAL: | x |
| ID_BACK_MATERIAL: | x |
| position | [RW] | Position [FXVec3f] |
| tipText | [RW] | Tool tip message for this shape [String] |
Set the material for specified side, where side = 0 or 1 and mtl is an FXMaterial instance.