| AddParticle(float x=0, float y=0, float z=0, float vx=0, float vy=0, float vz=0) | raParticleSystem | |
| AddParticles(int n, float x=0, float y=0, float z=0) | raParticleSystem | |
| ComputeBoundingBox() | raEntity< POINTSPRITEVERTEX, false > | protectedvirtual |
| Create() | raVisual | virtual |
| CreateAlphaBlendState() | raVisual | protected |
| CreateDepthStencilState() | raVisual | protected |
| CreateEffectVariables() | raVisual | inlinevirtual |
| CreateIndexBuffer() | raEntity< POINTSPRITEVERTEX, false > | protectedvirtual |
| CreateMaterials() | raVisual | virtual |
| CreateMesh() | raEntity< POINTSPRITEVERTEX, false > | virtual |
| CreateRasterizerState() | raVisual | protected |
| CreateVertexBuffer() | raEntity< POINTSPRITEVERTEX, false > | protectedvirtual |
| CreateVertexLayout() | raVisual | virtual |
| DeleteTempData() | raEntity< POINTSPRITEVERTEX, false > | protectedvirtual |
| Destroy() | raVisual | virtual |
| DestroyEffectVariables() | raVisual | inlinevirtual |
| DestroyMaterials() | raVisual | virtual |
| DestroyMesh() | raEntity< POINTSPRITEVERTEX, false > | virtual |
| EffectfileName | raVisual | static |
| GetBoundingsphereRadius() | raVisual | inlinevirtual |
| GetIndexBuffer() | raEntity< POINTSPRITEVERTEX, false > | inlinevirtual |
| GetIndexBufferFormat() | raEntity< POINTSPRITEVERTEX, false > | inlineprotectedvirtual |
| GetMaterial(UINT n) | raVisual | inlinevirtual |
| GetName() | raRender | inline |
| GetNumElements() | raEntity< POINTSPRITEVERTEX, false > | inlineprotectedvirtual |
| GetNumMaterials() | raVisual | inlinevirtual |
| GetNumSubsets() | raEntity< POINTSPRITEVERTEX, false > | inlinevirtual |
| GetPrimitiveTopology(UINT n) | raEntity< POINTSPRITEVERTEX, false > | inlinevirtual |
| GetStrideSize() | raEntity< POINTSPRITEVERTEX, false > | inlinevirtual |
| GetSubset(UINT n) | raEntity< POINTSPRITEVERTEX, false > | inlinevirtual |
| GetVertexBuffer() | raEntity< POINTSPRITEVERTEX, false > | inlinevirtual |
| GetVertexLayout() | raEntity< POINTSPRITEVERTEX, false > | inlineprotectedvirtual |
| GetWorldMatrix(void) | raRender | virtual |
| Intersects(const raVector3 *pRayPos, const raVector3 *pRayDir, float *pDist) | raEntity< POINTSPRITEVERTEX, false > | virtual |
| m_bAdditive | raVisual | protected |
| m_bAlpha | raVisual | protected |
| m_bbMax | raVisual | |
| m_bbMin | raVisual | |
| m_bDepthDisable | raVisual | protected |
| m_blendFactor | raVisual | protected |
| m_bVisible | raVisual | protected |
| m_CullMode | raVisual | protected |
| m_DrawOder | raVisual | protected |
| m_dx | raVisual | protected |
| m_FillMode | raVisual | protected |
| m_Name | raRender | protected |
| m_nIndices | raEntity< POINTSPRITEVERTEX, false > | protected |
| m_numMaterials | raVisual | protected |
| m_numSubsets | raVisual | protected |
| m_nVertices | raEntity< POINTSPRITEVERTEX, false > | protected |
| m_OctreeRoot | raEntity< POINTSPRITEVERTEX, false > | protected |
| m_pAlphaBlendState | raVisual | protected |
| m_pDepthStencilState | raVisual | protected |
| m_pIB | raEntity< POINTSPRITEVERTEX, false > | protected |
| m_pIndices | raEntity< POINTSPRITEVERTEX, false > | protected |
| m_pMaterials | raVisual | protected |
| m_pOldAlphaBlendState | raVisual | protected |
| m_pOldDepthStencilState | raVisual | protected |
| m_pOldRasterState | raVisual | protected |
| m_pRasterState | raVisual | protected |
| m_pSubsets | raVisual | protected |
| m_pVB | raEntity< POINTSPRITEVERTEX, false > | protected |
| m_pVertexLayout | raVisual | protected |
| m_pVertices | raEntity< POINTSPRITEVERTEX, false > | protected |
| m_sampleMask | raVisual | protected |
| m_StencilRef | raVisual | protected |
| m_World | raRender | protected |
| MAXPARTICLES | raParticleSystem | static |
| raEntity(raSmartPointer< raDirectX >, raMaterial *pMaterial, bool bAlpha=false, bool bAdditive=false, UINT numMaterials=1) | raEntity< POINTSPRITEVERTEX, false > | |
| raParticleSystem(raSmartPointer< raDirectX > dx, raTexturedMaterial *mat, bool bAdditive=false, float radius=1.0f, float gravity=1.0f, float Speed=2.0f, float max_age=0.0f) | raParticleSystem | |
| raRender(raSmartPointer< raDirectX > dx, const raMatrix *mWorld=NULL, LPCSTR Name="Render") | raRender | |
| raVisual(raSmartPointer< raDirectX > dx, bool bAlpha=false, bool bAdditive=false, bool bDepthDisable=false, D3D11_FILL_MODE fillMode=D3D11_FILL_SOLID, D3D11_CULL_MODE cullMode=D3D11_CULL_BACK) | raVisual | |
| Render(UINT drawOrder, const raMatrix &pView, const raMatrix &pProj, const raLight *pLight, LPCSTR techniqueName="") | raVisual | virtual |
| RenderMesh(LPCSTR techniqueName="") | raParticleSystem | virtual |
| RestoreState() | raVisual | |
| SetDrawOder(UINT Value) | raVisual | inlinevirtual |
| SetMaterial(UINT n, raMaterial *pMaterial) | raVisual | |
| SetMaterial_1(UINT n, raMaterial *pMaterial) | raVisual | |
| SetName(LPCSTR Name) | raRender | inline |
| SetSelected(bool bSelected) | raVisual | inlinevirtual |
| SetState() | raVisual | |
| SetTexture(UINT n, LPCSTR textureFileName) | raVisual | |
| SetTexture_1(UINT n, LPCSTR textureFileName) | raVisual | |
| SetupEffectVariables(const raMatrix &pView, const raMatrix &pProj, const raLight *pLight) | raVisual | virtual |
| SetupIndices() | raEntity< POINTSPRITEVERTEX, false > | inlineprotectedvirtual |
| SetupVertices() | raParticleSystem | protectedvirtual |
| SetVisible(bool bVisible) | raVisual | virtual |
| SetWorldMatrix(const raMatrix &value) | raRender | virtual |
| SkinnedEffectfileName | raVisual | static |
| SkinnedEffectfileName2 | raVisual | static |
| SkinnedTechniqueName | raVisual | static |
| SkinnedTexturedTechniqueName | raVisual | static |
| TechniqueName | raVisual | static |
| TexturedTechniqueName | raVisual | static |
| Update(float fTime, float fRunTime) | raParticleSystem | virtual |
| ~IRAMesh() | IRAMesh | inlinevirtual |
| ~raEntity() | raEntity< POINTSPRITEVERTEX, false > | |
| ~raParticleSystem(void) | raParticleSystem | virtual |
| ~raRender(void) | raRender | inlinevirtual |
| ~raVisual(void) | raVisual | |