Components
FidelityFX Cauldron Framework Components Reference Documentation.
Enumerations
Name |
Description |
---|---|
CameraType |
Describes the type of camera.
Perspective – A perspective projection camera.
Orthographic – An orthographic projection camera.
|
LightType |
Supported light types by the “LightComponent“.
Directional – Directional light type (parallel orthographic source)
Spot – Spot light type (directed cone source)
Point – Point light type (radial source)
|
Structs
Name |
Description |
---|---|
Initialization data structure for the “AnimationComponent“.
|
|
Initialization data structure for the “CameraComponent“.
|
|
Base ComponentData structure.
|
|
Initialization data structure for the “LightComponent“.
|
|
Initialization data structure for the “MeshComponent“.
|
Classes
Name |
Description |
---|---|
Animation component class.
|
|
Component manager class for
AnimationComponent s. |
|
Camera component class.
|
|
Component manager class for
CameraComponent s. |
|
Base class from which all components inherit.
|
|
Base class from which all component managers inherit.
|
|
Light component class.
|
|
Component manager class for
LightComponent s. |
|
Mesh component class.
|
|
Component manager class for
MeshComponent s. |