raSystem
1.0 bata
|
This is the complete list of members for raEntitySDKMaterial, including all inherited members.
Create() | raEntitySDKMaterial | virtual |
CreateEffectFromCompiledFile(raString strFilename, DWORD dwShaderFlags) | raMaterial | protected |
CreateVertexLayout(const D3D11_INPUT_ELEMENT_DESC *pLayout, UINT nemElements, ID3D11InputLayout **ppInputLayout) | raMaterial | virtual |
Destroy() | raTexturedMaterial | 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_DiffuseColor | raMaterial | protected |
m_dx | raMaterial | protected |
m_EffectFileName | raMaterial | protected |
m_effects | raMaterial | static |
m_effectVariableName | raTexturedMaterial | protected |
m_pEffect | raMaterial | protected |
m_pMaterialAmbientVariable | raMaterial | protected |
m_pMaterialDiffuseColorVariable | raMaterial | protected |
m_pRV | raTexturedMaterial | protected |
m_pSDKMaterial | raEntitySDKMaterial | protected |
m_pSelectedVariable | raMaterial | protected |
m_pTechnique | raMaterial | protected |
m_ptxDiffuseVariable | raTexturedMaterial | protected |
m_TechniqueName | raMaterial | protected |
m_TextureFileName | raTexturedMaterial | protected |
raEntitySDKMaterial(raSmartPointer< raDirectX > dx, LPCSTR effectFileName, LPCSTR Technique, SDKMESH_MATERIAL *mat) | raEntitySDKMaterial | |
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() | raEntitySDKMaterial | 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 |