_applyObliqueDepthProjection(Matrix4 &matrix, const Plane &plane, bool forGpuProgram)=0 | Ogre::RenderSystem | [pure virtual] |
_beginFrame(void)=0 | Ogre::RenderSystem | [pure virtual] |
_beginGeometryCount(void) | Ogre::RenderSystem | [virtual] |
_convertProjectionMatrix(const Matrix4 &matrix, Matrix4 &dest, bool forGpuProgram=false)=0 | Ogre::RenderSystem | [pure virtual] |
_disableTextureUnit(size_t texUnit) | Ogre::RenderSystem | [virtual] |
_disableTextureUnitsFrom(size_t texUnit) | Ogre::RenderSystem | [virtual] |
_endFrame(void)=0 | Ogre::RenderSystem | [pure virtual] |
_getCullingMode(void) const | Ogre::RenderSystem | [virtual] |
_getFaceCount(void) const | Ogre::RenderSystem | [virtual] |
_getVertexCount(void) const | Ogre::RenderSystem | [virtual] |
_getViewport(void) | Ogre::RenderSystem | [virtual] |
_initRenderTargets(void) | Ogre::RenderSystem | [virtual] |
_makeOrthoMatrix(const Radian &fovy, Real aspect, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)=0 | Ogre::RenderSystem | [pure virtual] |
_makeProjectionMatrix(const Radian &fovy, Real aspect, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)=0 | Ogre::RenderSystem | [pure virtual] |
_makeProjectionMatrix(Real left, Real right, Real bottom, Real top, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)=0 | Ogre::RenderSystem | [pure virtual] |
_notifyCameraRemoved(const Camera *cam) | Ogre::RenderSystem | [virtual] |
_render(const RenderOperation &op) | Ogre::RenderSystem | [virtual] |
_setAlphaRejectSettings(CompareFunction func, unsigned char value)=0 | Ogre::RenderSystem | [pure virtual] |
_setColourBufferWriteEnabled(bool red, bool green, bool blue, bool alpha)=0 | Ogre::RenderSystem | [pure virtual] |
_setCullingMode(CullingMode mode)=0 | Ogre::RenderSystem | [pure virtual] |
_setDepthBias(ushort bias)=0 | Ogre::RenderSystem | [pure virtual] |
_setDepthBufferCheckEnabled(bool enabled=true)=0 | Ogre::RenderSystem | [pure virtual] |
_setDepthBufferFunction(CompareFunction func=CMPF_LESS_EQUAL)=0 | Ogre::RenderSystem | [pure virtual] |
_setDepthBufferParams(bool depthTest=true, bool depthWrite=true, CompareFunction depthFunction=CMPF_LESS_EQUAL)=0 | Ogre::RenderSystem | [pure virtual] |
_setDepthBufferWriteEnabled(bool enabled=true)=0 | Ogre::RenderSystem | [pure virtual] |
_setFog(FogMode mode=FOG_NONE, const ColourValue &colour=ColourValue::White, Real expDensity=1.0, Real linearStart=0.0, Real linearEnd=1.0)=0 | Ogre::RenderSystem | [pure virtual] |
_setPointParameters(Real size, bool attenuationEnabled, Real constant, Real linear, Real quadratic, Real minSize, Real maxSize)=0 | Ogre::RenderSystem | [pure virtual] |
_setPointSpritesEnabled(bool enabled)=0 | Ogre::RenderSystem | [pure virtual] |
_setPolygonMode(PolygonMode level)=0 | Ogre::RenderSystem | [pure virtual] |
_setProjectionMatrix(const Matrix4 &m)=0 | Ogre::RenderSystem | [pure virtual] |
_setSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor)=0 | Ogre::RenderSystem | [pure virtual] |
_setSurfaceParams(const ColourValue &ambient, const ColourValue &diffuse, const ColourValue &specular, const ColourValue &emissive, Real shininess, TrackVertexColourType tracking=TVC_NONE)=0 | Ogre::RenderSystem | [pure virtual] |
_setTexture(size_t unit, bool enabled, const String &texname)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureAddressingMode(size_t unit, const TextureUnitState::UVWAddressingMode &uvw)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureBlendMode(size_t unit, const LayerBlendModeEx &bm)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureBorderColour(size_t unit, const ColourValue &colour)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureCoordCalculation(size_t unit, TexCoordCalcMethod m, const Frustum *frustum=0)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureCoordSet(size_t unit, size_t index)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureLayerAnisotropy(size_t unit, unsigned int maxAnisotropy)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureMatrix(size_t unit, const Matrix4 &xform)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureUnitFiltering(size_t unit, FilterOptions minFilter, FilterOptions magFilter, FilterOptions mipFilter) | Ogre::RenderSystem | [virtual] |
_setTextureUnitFiltering(size_t unit, FilterType ftype, FilterOptions filter)=0 | Ogre::RenderSystem | [pure virtual] |
_setTextureUnitSettings(size_t texUnit, TextureUnitState &tl) | Ogre::RenderSystem | [virtual] |
_setViewMatrix(const Matrix4 &m)=0 | Ogre::RenderSystem | [pure virtual] |
_setViewport(Viewport *vp)=0 | Ogre::RenderSystem | [pure virtual] |
_setWorldMatrices(const Matrix4 *m, unsigned short count) | Ogre::RenderSystem | [virtual] |
_setWorldMatrix(const Matrix4 &m)=0 | Ogre::RenderSystem | [pure virtual] |
_updateAllRenderTargets(void) | Ogre::RenderSystem | [virtual] |
_useLights(const LightList &lights, unsigned short limit)=0 | Ogre::RenderSystem | [pure virtual] |
addListener(Listener *l) | Ogre::RenderSystem | [virtual] |
attachRenderTarget(RenderTarget &target) | Ogre::RenderSystem | [virtual] |
bindGpuProgram(GpuProgram *prg) | Ogre::RenderSystem | [virtual] |
bindGpuProgramParameters(GpuProgramType gptype, GpuProgramParametersSharedPtr params)=0 | Ogre::RenderSystem | [pure virtual] |
bindGpuProgramPassIterationParameters(GpuProgramType gptype)=0 | Ogre::RenderSystem | [pure virtual] |
clearFrameBuffer(unsigned int buffers, const ColourValue &colour=ColourValue::Black, Real depth=1.0f, unsigned short stencil=0)=0 | Ogre::RenderSystem | [pure virtual] |
convertColourValue(const ColourValue &colour, uint32 *pDest) | Ogre::RenderSystem | [virtual] |
createHardwareOcclusionQuery(void)=0 | Ogre::RenderSystem | [pure virtual] |
createMultiRenderTarget(const String &name)=0 | Ogre::RenderSystem | [pure virtual] |
createRenderTexture(const String &name, unsigned int width, unsigned int height, TextureType texType=TEX_TYPE_2D, PixelFormat internalFormat=PF_X8R8G8B8, const NameValuePairList *miscParams=0) | Ogre::RenderSystem | |
createRenderWindow(const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams=0)=0 | Ogre::RenderSystem | [pure virtual] |
destroyHardwareOcclusionQuery(HardwareOcclusionQuery *hq) | Ogre::RenderSystem | [virtual] |
destroyRenderTarget(const String &name) | Ogre::RenderSystem | [virtual] |
destroyRenderTexture(const String &name) | Ogre::RenderSystem | [virtual] |
destroyRenderWindow(const String &name) | Ogre::RenderSystem | [virtual] |
detachRenderTarget(const String &name) | Ogre::RenderSystem | [virtual] |
enableClipPlane(ushort index, bool enable)=0 | Ogre::RenderSystem | [pure virtual] |
fireEvent(const String &name, const NameValuePairList *params=0) | Ogre::RenderSystem | [protected, virtual] |
getCapabilities(void) const | Ogre::RenderSystem | |
getColourVertexElementType(void) const=0 | Ogre::RenderSystem | [pure virtual] |
getConfigOptions(void)=0 | Ogre::RenderSystem | [pure virtual] |
getErrorDescription(long errorNumber) const=0 | Ogre::RenderSystem | [pure virtual] |
getHorizontalTexelOffset(void)=0 | Ogre::RenderSystem | [pure virtual] |
getMaximumDepthInputValue(void)=0 | Ogre::RenderSystem | [pure virtual] |
getMinimumDepthInputValue(void)=0 | Ogre::RenderSystem | [pure virtual] |
getName(void) const=0 | Ogre::RenderSystem | [pure virtual] |
getRenderSystemEvents(void) const | Ogre::RenderSystem | [virtual] |
getRenderTarget(const String &name) | Ogre::RenderSystem | [virtual] |
getRenderTargetIterator(void) | Ogre::RenderSystem | [virtual] |
getVerticalTexelOffset(void)=0 | Ogre::RenderSystem | [pure virtual] |
getWaitForVerticalBlank(void) const | Ogre::RenderSystem | |
getWBufferEnabled(void) const | Ogre::RenderSystem | |
HardwareOcclusionQueryList typedef | Ogre::RenderSystem | [protected] |
initialise(bool autoCreateWindow, const String &windowTitle="OGRE Render Window") | Ogre::RenderSystem | [virtual] |
isGpuProgramBound(GpuProgramType gptype) | Ogre::RenderSystem | [virtual] |
ListenerList typedef | Ogre::RenderSystem | [protected] |
mActiveFragmentGpuProgramParameters | Ogre::RenderSystem | [protected] |
mActiveRenderTarget | Ogre::RenderSystem | [protected] |
mActiveVertexGpuProgramParameters | Ogre::RenderSystem | [protected] |
mActiveViewport | Ogre::RenderSystem | [protected] |
mCapabilities | Ogre::RenderSystem | [protected] |
mCullingMode | Ogre::RenderSystem | [protected] |
mCurrentPassIterationCount | Ogre::RenderSystem | [protected] |
mEventListeners | Ogre::RenderSystem | [protected] |
mEventNames | Ogre::RenderSystem | [protected] |
mFaceCount | Ogre::RenderSystem | [protected] |
mFragmentProgramBound | Ogre::RenderSystem | [protected] |
mHwOcclusionQueries | Ogre::RenderSystem | [protected] |
mInvertVertexWinding | Ogre::RenderSystem | [protected] |
mManualBlendColours | Ogre::RenderSystem | [protected] |
mPrioritisedRenderTargets | Ogre::RenderSystem | [protected] |
mRenderTargets | Ogre::RenderSystem | [protected] |
mTextureManager | Ogre::RenderSystem | [protected] |
mVertexCount | Ogre::RenderSystem | [protected] |
mVertexProgramBound | Ogre::RenderSystem | [protected] |
mVSync | Ogre::RenderSystem | [protected] |
mWBuffer | Ogre::RenderSystem | [protected] |
mWorldMatrices | Ogre::RenderSystem | [protected] |
reinitialise(void)=0 | Ogre::RenderSystem | [pure virtual] |
removeListener(Listener *l) | Ogre::RenderSystem | [virtual] |
RenderSystem() | Ogre::RenderSystem | |
RenderTargetIterator typedef | Ogre::RenderSystem | |
setAmbientLight(float r, float g, float b)=0 | Ogre::RenderSystem | [pure virtual] |
setClipPlane(ushort index, const Plane &p) | Ogre::RenderSystem | [virtual] |
setClipPlane(ushort index, Real A, Real B, Real C, Real D)=0 | Ogre::RenderSystem | [pure virtual] |
setClipPlanes(const PlaneList &clipPlanes)=0 | Ogre::RenderSystem | [pure virtual] |
setConfigOption(const String &name, const String &value)=0 | Ogre::RenderSystem | [pure virtual] |
setCurrentPassIterationCount(const size_t count) | Ogre::RenderSystem | |
setInvertVertexWinding(bool invert) | Ogre::RenderSystem | [virtual] |
setLightingEnabled(bool enabled)=0 | Ogre::RenderSystem | [pure virtual] |
setNormaliseNormals(bool normalise)=0 | Ogre::RenderSystem | [pure virtual] |
setScissorTest(bool enabled, size_t left=0, size_t top=0, size_t right=800, size_t bottom=600)=0 | Ogre::RenderSystem | [pure virtual] |
setShadingType(ShadeOptions so)=0 | Ogre::RenderSystem | [pure virtual] |
setStencilBufferParams(CompareFunction func=CMPF_ALWAYS_PASS, uint32 refValue=0, uint32 mask=0xFFFFFFFF, StencilOperation stencilFailOp=SOP_KEEP, StencilOperation depthFailOp=SOP_KEEP, StencilOperation passOp=SOP_KEEP, bool twoSidedOperation=false)=0 | Ogre::RenderSystem | [pure virtual] |
setStencilCheckEnabled(bool enabled)=0 | Ogre::RenderSystem | [pure virtual] |
setVertexBufferBinding(VertexBufferBinding *binding)=0 | Ogre::RenderSystem | [pure virtual] |
setVertexDeclaration(VertexDeclaration *decl)=0 | Ogre::RenderSystem | [pure virtual] |
setWaitForVerticalBlank(bool enabled) | Ogre::RenderSystem | |
setWBufferEnabled(bool enabled) | Ogre::RenderSystem | |
shutdown(void) | Ogre::RenderSystem | [virtual] |
unbindGpuProgram(GpuProgramType gptype) | Ogre::RenderSystem | [virtual] |
updatePassIterationRenderState(void) | Ogre::RenderSystem | [protected] |
validateConfigOptions(void)=0 | Ogre::RenderSystem | [pure virtual] |
~RenderSystem() | Ogre::RenderSystem | [virtual] |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:42:15 2006