OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Classes | |
class | Ogre::AutoParamDataSource |
This utility class is used to hold the information used to generate the matrices and other information required to automatically populate GpuProgramParameters. More... | |
struct | Ogre::ColourBlendState |
Describes the global blending factors for combining subsequent renders with the existing frame contents. More... | |
class | Ogre::ExternalTextureSource |
IMPORTANT: Plugins must override default dictionary name! Base class that texture plugins derive from. More... | |
class | Ogre::ExternalTextureSourceManager |
Singleton Class which handles the registering and control of texture plugins. More... | |
struct | Ogre::GpuConstantDefinition |
Information about predefined program constants. More... | |
struct | Ogre::GpuLogicalBufferStruct |
Container struct to allow params to safely & update shared list of logical buffer assignments. More... | |
struct | Ogre::GpuLogicalIndexUse |
Structure recording the use of a physical buffer by a logical parameter index. More... | |
struct | Ogre::GpuNamedConstants |
Struct collecting together the information for named constants. More... | |
class | Ogre::GpuNamedConstantsSerializer |
Simple class for loading / saving GpuNamedConstants. More... | |
class | Ogre::GpuProgramParameters |
Collects together the program parameters used for a GpuProgram. More... | |
class | Ogre::GpuProgramUsage |
This class makes the usage of a vertex and fragment programs (low-level or high-level), with a given set of parameters, explicit. More... | |
class | Ogre::GpuSharedParameters |
A group of manually updated parameters that are shared between many parameter sets. More... | |
class | Ogre::GpuSharedParametersUsage |
This class records the usage of a set of shared parameters in a concrete set of GpuProgramParameters. More... | |
struct | Ogre::IlluminationPass |
Struct recording a pass which can be used for a specific illumination stage. More... | |
class | Ogre::LayerBlendModeEx |
Class which manages blending of both colour and alpha components. More... | |
class | Ogre::Material |
Class encapsulates rendering properties of an object. More... | |
class | Ogre::MaterialManager |
Class for managing Material settings for Ogre. More... | |
class | Ogre::MaterialSerializer |
Class for serializing Materials to a .material script. More... | |
class | Ogre::Pass |
Class defining a single pass of a Technique (of a Material): a single rendering call. More... | |
class | Ogre::Sampler |
Class which determines how a TextureUnitState accesses data from a Texture. More... | |
class | Ogre::Technique |
Class representing an approach to rendering this particular Material. More... | |
class | Ogre::TextureUnitState |
Class representing the state of a single texture unit during a Pass of a Technique, of a Material. More... | |
Typedefs | |
typedef std::vector< uchar > | Ogre::ConstantList |
Definition of container that holds the current constants. | |
typedef ConstMapIterator< GpuConstantDefinitionMap > | Ogre::GpuConstantDefinitionIterator |
typedef std::map< String, GpuConstantDefinition > | Ogre::GpuConstantDefinitionMap |
typedef std::map< size_t, GpuLogicalIndexUse > | Ogre::GpuLogicalIndexUseMap |
typedef std::vector< IlluminationPass * > | Ogre::IlluminationPassList |
typedef std::shared_ptr< Sampler > | Ogre::SamplerPtr |
Variables | |
_OgreExport const String | Ogre::MSN_DEFAULT |
Default material scheme name. | |
_OgreExport const String | Ogre::MSN_SHADERGEN |
Material scheme of the shader generator. | |
typedef std::vector<uchar> Ogre::ConstantList |
Definition of container that holds the current constants.
typedef std::vector<IlluminationPass*> Ogre::IlluminationPassList |
typedef std::shared_ptr<Sampler> Ogre::SamplerPtr |
List of valid texture blending operations, for use with TextureUnitState::setColourOperation.
This list is a more limited list than LayerBlendOperationEx because it only includes operations that are supportable in both multipass and multitexture rendering and thus provides automatic fallback if multitexture hardware is lacking or insufficient.
Expert list of valid texture blending operations, for use with TextureUnitState::setColourOperationEx and TextureUnitState::setAlphaOperation, and internally in the LayerBlendModeEx class.
It's worth noting that these operations are for blending between texture layers and not between rendered objects and the existing scene. Because all of these modes are only supported in multitexture hardware it may be required to set up a fallback operation where this hardware is not available.
List of valid sources of values for blending operations used in TextureUnitState::setColourOperation and TextureUnitState::setAlphaOperation, and internally in the LayerBlendModeEx class.
Types of blending that you can specify between an object and the existing contents of the scene.
As opposed to the LayerBlendType, which classifies blends between texture layers, these blending types blend between the output of the texture units and the pixels already in the viewport, allowing for object transparency, glows, etc.
These types are provided to give quick and easy access to common effects. You can also use the more manual method of supplying source and destination blending factors. See Material::setSceneBlending for more details.
Blending factors for manually blending objects with the scene.
If there isn't a predefined SceneBlendType that you like, then you can specify the blending factors directly to affect the combination of object and the existing scene. See Material::setSceneBlending for more details.
Enumeration of the types of constant we may encounter in programs.
The variability of a GPU parameter, as derived from auto-params targeting it.
These values must be powers of two since they are used in masks.
|
extern |
Default material scheme name.
|
extern |
Material scheme of the shader generator.