|
vvopensource
|
Data Structures | |
| union | ISFAttribVal |
| union describing a value for one of the listed attribute types More... | |
| class | ISFAttrib |
| internally, an ISFGLScene creates an ISFAttrib for each of the declared inputs in an ISF file. if you query an ISFGLScene's inputs- for introspection, for example- you'll get an array of ISFAttribs, which can be examined to learn more about the nature of the input More... | |
| class | ISFFileManager |
| class interface to aid in discovering ISF files installed in the default location on the host system (/Library/Graphics/ISF and ~/Library/Graphics/ISF) More... | |
| class | ISFGLScene |
| Subclass of GLShaderScene- loads and renders ISF files. More... | |
Typedefs | |
| typedef union ISFAttribVal | ISFAttribVal |
| union describing a value for one of the listed attribute types | |
Enumerations | |
| enum | ISFAttribValType { ISFAT_Event, ISFAT_Bool, ISFAT_Long, ISFAT_Float, ISFAT_Point2D, ISFAT_Color, ISFAT_Image } |
| enum describing the different types of attributes listed in the ISF spec More... | |
| enum ISFAttribValType |
enum describing the different types of attributes listed in the ISF spec
1.8.7