OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::D3D9RenderSystem::sD3DTextureStageDesc Struct Reference

structure holding texture unit settings for every stage More...

+ Collaboration diagram for Ogre::D3D9RenderSystem::sD3DTextureStageDesc:

Public Attributes

TexCoordCalcMethod autoTexCoordType
 type of auto tex. calc. used More...
 
size_t coordIndex
 which texCoordIndex to use More...
 
const Frustumfrustum
 Frustum, used if the above is projection. More...
 
IDirect3DBaseTexture9 * pTex
 texture More...
 
IDirect3DBaseTexture9 * pVertexTex
 vertex texture More...
 
D3D9Mappings::eD3DTexType texType
 the type of the texture More...
 

Detailed Description

structure holding texture unit settings for every stage

Definition at line 76 of file OgreD3D9RenderSystem.h.

Member Data Documentation

TexCoordCalcMethod Ogre::D3D9RenderSystem::sD3DTextureStageDesc::autoTexCoordType

type of auto tex. calc. used

Definition at line 83 of file OgreD3D9RenderSystem.h.

size_t Ogre::D3D9RenderSystem::sD3DTextureStageDesc::coordIndex

which texCoordIndex to use

Definition at line 81 of file OgreD3D9RenderSystem.h.

const Frustum* Ogre::D3D9RenderSystem::sD3DTextureStageDesc::frustum

Frustum, used if the above is projection.

Definition at line 85 of file OgreD3D9RenderSystem.h.

IDirect3DBaseTexture9* Ogre::D3D9RenderSystem::sD3DTextureStageDesc::pTex

texture

Definition at line 87 of file OgreD3D9RenderSystem.h.

IDirect3DBaseTexture9* Ogre::D3D9RenderSystem::sD3DTextureStageDesc::pVertexTex

vertex texture

Definition at line 89 of file OgreD3D9RenderSystem.h.

D3D9Mappings::eD3DTexType Ogre::D3D9RenderSystem::sD3DTextureStageDesc::texType

the type of the texture

Definition at line 79 of file OgreD3D9RenderSystem.h.


The documentation for this struct was generated from the following file: