![]() |
DI-Guy SDK Documentation
13.8
|
The portion of the API focused on giving programmer level access to DI-Guy Scenario. More...
Classes | |
| class | diguyIGuyController |
| A class that gives access to IGuy's parameters. More... | |
| class | diguyViewButtonPanel |
| class | diguyViewPainter |
| The diguyViewPainter class acts as a helper for drawing various graphics primitives in DI-Guy Scenario 3D views. More... | |
| class | diguyPluginKeyboardEvent |
| class | diguyPluginMouseEvent |
| class | diguyInfoPopup |
| class | diguyInteractionMachine |
| diguyInteractionMachine objects give DI-Guy Scenario users a way of providing interactive, UI-driven input to a scenario that can change the way a scenario progresses. More... | |
| class | diguyViewCameraSettings |
| The diguyViewCameraSettings class holds camera settings data that can be loaded into a diguyViewCamera using the diguyViewCamera::load_settings() call. More... | |
| class | diguyViewFog |
| Describes basic fog model that is used by DI-Guy Scenario and our default ogl renderer Most users will want to implement their own fog system. More... | |
| class | diguyViewFogSettings |
| The diguyViewFogSettings class holds camera settings data that can be loaded into a diguyViewFog using the diguyViewFog::load_settings() call. More... | |
| class | diguyViewLabel |
| The diguyViewLabel allows on screen 2D and 3D labels in diguy scenario and the opengl renderer. More... | |
| class | diguyViewLight |
| The diguyViewLight provides a interface around a scene light useful in diguy scenario and the opengl renderer, you will probably just use your own lighting system. More... | |
| class | diguyViewLightSettings |
| The diguyViewLightSettings class holds camera settings data that can be loaded into a diguyViewLight using the diguyViewLight::load_settings() call. More... | |
| class | diguyView |
| A view is a graphics window wherein the scenario and its characters are animated. Note that views have a current camera and may have settings for visual effects, such as lighting and fog. Providing view information can sometimes be useful for DI-Guy, and is required when using the Load Manager. More... | |
| class | diguyViewCamera |
| The class that represents a camera in the world. More... | |
The portion of the API focused on giving programmer level access to DI-Guy Scenario.