| CbdiFaceFxInit | |
| CbdiGraphicsInitGraphicsAPI | |
| CbdiGraphicsInitOgl | |
| CbdiSoundInitOpenAL | |
| CdiguyAgentParams | The class that represents what parameters a agent is currently using to carry out their base behavior |
| CdiguyApp | An Singleton class representing the DI-Guy Application |
| CdiguyAuthorInterface | Link against: libdiguy |
| CdiguyAuthorVisualMaterial | Summary: |
| CdiguyAuthorVisualMultiline | Link against: libdiguy |
| CdiguyAuthorVisualObjectHandle | Link against: libdiguy |
| CdiguyAuthorVisualRegionMesh | Link against: libdiguy |
| CdiguyAuthorVisualRegionPaintbrush | |
| CdiguyAuthorVisualWaypoint | Link against: libdiguy |
| CdiguyChainSettings | |
| CdiguyChainSimulation | |
| CdiguyCharacter | The class that represents a DI-Guy Entity in the world |
| CdiguyCharacterFaceExpression | A class representing a facial pose |
| CdiguyCharacterGesture | A class representing a overlaid performance on a character's base animation |
| CdiguyCharacterGroup | A group of DI-Guy characters, useful for organizing your scenarios |
| CdiguyCharacterGuide | Represents algorithm for steering and maneuvering a character towards a goal point |
| CdiguyCharacterPath | An interface for manipulating a character's spline path. Path is typically authored in DI-Guy Scenario |
| CdiguyCharacterPathActionBead | A bead that sits on a character's spline path and triggers a new action |
| CdiguyCharacterPathAimBead | A bead that sits on a character's spline path and triggers a new aim event |
| CdiguyCharacterPathDecisionBead | A bead that sits on a character's spline path and triggers a new decision |
| CdiguyCharacterPathEvent | Interface to base class of event beads, not often used |
| CdiguyCharacterPathGazeBead | A bead that sits on a character's spline path and triggers a new gaze |
| CdiguyCharacterPathScriptBead | A bead that sits on a character's spline path and triggers a new script evaluation |
| CdiguyCharacterPoseOverride | A class that allows end users to override a character's animation on a joint level |
| CdiguyCharacterTypeMap | The character type map provides extra information about DI-Guy character types and appearances |
| CdiguyCrowd | The class that represents a DI-Guy Crowd |
| CdiguyCrowdProfile | The class that represents the makeup and base params of a diguyCrowd |
| CdiguyDrawPass | |
| CdiguyExerciseInterface | |
| CdiguyFormation | A class that represents the layout of a group of characters |
| CdiguyGraphicsFile | |
| ►CdiguyGraphicsInstanceGroup | A class that represents an instance group. An instance group is a collection meshes, attached to shapes, that can be drawn with a single draw call using supplemental instance data information. An instance group can contain segmented meshes or skinned mesh (but not mixed in the same group) |
| CdiguyOglGraphicsInstanceGroup | |
| CdiguyOsgGraphicsInstanceGroup | |
| ►CdiguyGraphicsLink | A class that represents the unique per-character non-shared joint of a character. A diguyCharacter is a hierarchy of links and joints. Think of the links as the bones of the characters while joints are the articulations. Note that the links themselves do not have any geometry directly associated with them; instead geometry is associated with shapes, which in turn are associated with links |
| CdiguyOglGraphicsLink | |
| CdiguyOsgGraphicsLink | |
| ►CdiguyGraphicsMaterial | A class that represents a shared material |
| CdiguyOglGraphicsMaterial | |
| CdiguyOsgGraphicsMaterial | |
| ►CdiguyGraphicsMesh | A class that represents a shared mesh object |
| CdiguyOglGraphicsMesh | |
| CdiguyOsgGraphicsMesh | |
| ►CdiguyGraphicsShaderInstance | A class that represents the unique per-character shader object |
| CdiguyOglGraphicsShaderInstance | |
| CdiguyOsgGraphicsShaderInstance | |
| ►CdiguyGraphicsShaderProgram | This class implements shader programs for use with DI-Guy character graphics |
| CdiguyOglGraphicsShaderProgram | |
| CdiguyOsgGraphicsShaderProgram | |
| ►CdiguyGraphicsShaderTechnique | This class implements shader lod system for use with DI-Guy character graphics |
| CdiguyOglGraphicsShaderTechnique | |
| ►CdiguyGraphicsShape | A class that represents the unique per-character non-shared mesh object. DI-Guy encapsulates its textured geometry in objects called shapes. One or more shapes are associated with each link, so when a link is "drawn", it is actually its array of shapes that are drawn. For example, a head link might have two shapes associated with it: A human head and a helmet. A shape can either be a rigid mesh or a skinned one |
| CdiguyOglGraphicsShape | |
| CdiguyOsgGraphicsShape | |
| ►CdiguyGraphicsState | A class that represents a shared material/textures combination |
| CdiguyOsgGraphicsState | |
| ►CdiguyGraphicsTexture | A class that represents a shared texture. Can be subclassed by filling out the diguy_graphics_set_texture_create_func() |
| CdiguyOglGraphicsTexture | |
| CdiguyOsgGraphicsTexture | |
| CdiguyGraphicsVertexFormats | |
| CdiguyIGuyController | A class that gives access to IGuy's parameters |
| CdiguyImpact | A class that represents a bullet impact in the world, often used by AIs to make reaction decisions |
| CdiguyInfoPopup | |
| CdiguyInteractionMachine | 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 |
| CdiguyIntersectionResult | Experimental class for diguyIntersectionResult exp_intersect_geometry |
| CdiguyLightRenderDesc | |
| CdiguyLoadManager | |
| CdiguyLogChannel | |
| CdiguyMathHelper | Contains useful math functions |
| CdiguyModuleSimPhysXInit | |
| CdiguyMotionEngineSnapshot | Experimental class for helping with multichannel synchronization |
| CdiguyNetInterface | This class provides accessors to the interface parameters, as well as functions for going online and offline |
| CdiguyOglUtils | |
| CdiguyOsgRootNode::diguyOsgGraphicsShapeGeodeMap | |
| CdiguyOsgRootNode::diguyOsgGraphicsShapeSwitchMap | |
| CdiguyOsgTextureBufferObject | |
| CdiguyOsgUtil | |
| CdiguyParticleDrawDesc | An Structure that represents a particle system draw state. This struct allows you to feed rendering information to openGL |
| CdiguyParticleSystem | An interface class that represents a particle system that has been created by diguy's appearance effect system. this class allows you to hook up diguy to a 3rd party particle system basing the mapping on the particle name |
| ►CdiguyParticleSystemRenderer | An interface class that allows diguy to trigger an immediate mode rendering of a diguy particle system. This class allows you to directly utilize the DI-Guy particle system. See diguyOglParticleSystemRenderer for a sample implementation |
| CdiguyOglParticleSystemRenderer | |
| CdiguyPathShape | |
| CdiguyPluginKeyboardEvent | |
| CdiguyPluginMouseEvent | |
| CdiguyRegion | A two-and-a-half-dimensional surface that represents either a navigation mesh or an area that's been painted by hand with the crowd painter |
| CdiguyRenderSettings | Private Class |
| CdiguyScenario | Represents the scenario currently being portrayed |
| CdiguyScenarioMergeSettings | |
| CdiguySceneObject | A scene object is a static (that is, non-moving) object in the scenario. Scene objects are the basic terrain that characters are ground-clamped to and navigate around or on. Scene objects do not typically animate |
| CdiguySensorRegion | |
| CdiguyShaderPickDescription | This struct is passed into diguyGraphicsShaderTechnique::pick_shader_program() to provide the end user information to base the resulting shader choice |
| CdiguySignal | |
| CdiguySound | This class is represents a sound file on disk |
| CdiguySoundInstance | |
| CdiguyUIPluginWidgetFactory | |
| CdiguyVariable | |
| CdiguyVec2f | |
| CdiguyVec3d | |
| CdiguyVec3f | |
| CdiguyVec3i | |
| CdiguyVec4d | |
| CdiguyVec4f | |
| CdiguyVec4i | |
| CdiguyVehicleController | Attached to certain types of more complex vehicles, to manage their behavior |
| CdiguyVehicleNearCollision | |
| CdiguyView | 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 |
| CdiguyViewButtonPanel | |
| CdiguyViewCamera | The class that represents a camera in the world |
| CdiguyViewCameraSettings | Holds camera settings data that can be loaded into a diguyViewCamera using the diguyViewCamera::load_settings() call |
| CdiguyViewFog | |
| CdiguyViewFogSettings | Holds camera settings data that can be loaded into a diguyViewFog using the diguyViewFog::load_settings() call |
| CdiguyViewLabel | |
| CdiguyViewLight | |
| CdiguyViewLightSettings | Summary: |
| CdiguyViewPainter | |
| CdiguyWaypoint | |
| ►CMatrixTransform | |
| CdiguyOsgRootNode | |
| ►CQGraphicsProxyWidget | |
| CdiguyQGraphicsProxyWidget | |
| ►CStateAttribute | |
| CdiguyOsgTextureBufferObjectApplyAttribute | |