raSystem
1.0 bata
|
This is the complete list of members for raGPUHeightmapMaterial, including all inherited members.
Create() | raGPUHeightmapMaterial | virtual |
CreateEffectFromCompiledFile(raString strFilename, DWORD dwShaderFlags) | raMaterial | protected |
CreateVertexLayout(const D3D11_INPUT_ELEMENT_DESC *pLayout, UINT nemElements, ID3D11InputLayout **ppInputLayout) | raMaterial | virtual |
Destroy() | raGPUHeightmapMaterial | virtual |
GenerateMips() | raTexturedMaterial | |
GetEffect(void) | raMaterial | inline |
GetEffectFileName(void) | raMaterial | inline |
GetEffectTechnique(LPCSTR techniqueName="") | raMaterial | inline |
GetTechniqueName(void) | raMaterial | inline |
GetTexture(void) | raTexturedMaterial | inline |
m_AmbientColor | raMaterial | protected |
m_bSelected | raMaterial | |
m_BumMapFileName | raGPUHeightmapMaterial | protected |
m_DiffuseColor | raMaterial | protected |
m_dx | raMaterial | protected |
m_EffectFileName | raMaterial | protected |
m_effects | raMaterial | static |
m_effectVariableName | raTexturedMaterial | protected |
m_HeightTextureFileName | raGPUHeightmapMaterial | protected |
m_pEffect | raMaterial | protected |
m_pMaterialAmbientVariable | raMaterial | protected |
m_pMaterialDiffuseColorVariable | raMaterial | protected |
m_pRV | raTexturedMaterial | protected |
m_pRVBump | raGPUHeightmapMaterial | protected |
m_pRVHeight | raGPUHeightmapMaterial | protected |
m_pSelectedVariable | raMaterial | protected |
m_pTechnique | raMaterial | protected |
m_ptxBumpMap | raGPUHeightmapMaterial | protected |
m_ptxDiffuseVariable | raTexturedMaterial | protected |
m_ptxHeight | raGPUHeightmapMaterial | protected |
m_TechniqueName | raMaterial | protected |
m_TextureFileName | raTexturedMaterial | protected |
raGPUHeightmapMaterial(raDirectX *dx, LPCSTR effectFile="raEffects\eightmapEffect.fx", LPCSTR techniqueName="RenderWithHeightMapAndBumpMap", LPCSTR texture="raGrafik\orest Flood.jpg", LPCSTR heightmap="raGrafik\eightmap.dds", LPCSTR heightmapBump="raGrafik\eightmapNormals.dds") | raGPUHeightmapMaterial | |
raMaterial(raSmartPointer< raDirectX > dx, raString EffectFile, raString Technique) | raMaterial | |
raTexturedMaterial(raSmartPointer< raDirectX > dx, LPCSTR EffectFile, LPCSTR Technique, LPCSTR textureFileName="grass.jpg", LPCSTR effectVariable="g_MeshTexture") | raTexturedMaterial | |
SelectTechnique(raString techniqueName) | raMaterial | inline |
SetAmbientColor(raColor Ambient) | raMaterial | inline |
SetDiffuseColor(raColor Diffuse) | raMaterial | inline |
SetTechnique(LPCSTR TechniqueName) | raMaterial | inline |
SetTexture(LPCSTR TextureFileName) | raTexturedMaterial | inline |
Setup() | raGPUHeightmapMaterial | virtual |
SetupPerFrame(const raLight *Light, const raMatrix *pView=NULL, const raMatrix *pProj=NULL) | raMaterial | virtual |
SetupPerObject(const raMatrix &mWorld, const raMatrix &mWorldView, const raMatrix &mWorldViewProjection) | raMaterial | virtual |
~raMaterial(void) | raMaterial |