|
3ds Max C++ API Reference
|
This is the complete list of members for IHardwareMaterial2, including all inherited members.
| AcquireInterface() | BaseInterface | inlinevirtual |
| aligned_free(void *ptr) | MaxHeapOperators | static |
| aligned_malloc(size_t size, size_t alignment) | MaxHeapOperators | static |
| aligned_realloc(void *ptr, size_t size, size_t alignment) | MaxHeapOperators | static |
| CloneInterface(void *remapDir=nullptr) | BaseInterface | inlinevirtual |
| DeleteInterface() | BaseInterface | inlinevirtual |
| GetID() | IHardwareMaterial | inlinevirtual |
| GetInterface(Interface_ID id) override | BaseInterface | virtual |
| GetTypedInterface() | InterfaceServer | inline |
| immediateRelease enum value | BaseInterface | |
| LifetimeControl() | IHardwareMaterial | inlinevirtual |
| LifetimeType enum name | BaseInterface | |
| noRelease enum value | BaseInterface | |
| operator delete(void *ptr) | MaxHeapOperators | static |
| operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
| operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | static |
| operator delete(void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
| operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
| operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | static |
| operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
| operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | static |
| operator delete[](void *ptr) | MaxHeapOperators | static |
| operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
| operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | static |
| operator delete[](void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
| operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
| operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | static |
| operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
| operator new(size_t size) | MaxHeapOperators | static |
| operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
| operator new(size_t size, const char *filename, int line) | MaxHeapOperators | static |
| operator new(size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
| operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
| operator new(size_t size, unsigned long flags) | MaxHeapOperators | static |
| operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
| operator new(size_t size, void *placement_ptr) | MaxHeapOperators | static |
| operator new[](size_t size) | MaxHeapOperators | static |
| operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
| operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | static |
| operator new[](size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
| operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
| operator new[](size_t size, unsigned long flags) | MaxHeapOperators | static |
| operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
| RegisterNotifyCallback(InterfaceNotifyCallback *incb) | BaseInterface | inlinevirtual |
| ReleaseInterface() | BaseInterface | inlinevirtual |
| serverControlled enum value | BaseInterface | |
| SetAmbientColor(LPD3DXCOLOR pClr)=0 | IHardwareMaterial | pure virtual |
| SetAmbientColor(Color c, float alpha=1.0f)=0 | IHardwareMaterial | pure virtual |
| SetAmbientColor(Point3 c, float alpha=1.0f)=0 | IHardwareMaterial | pure virtual |
| SetCustomFlag(bool bVal)=0 | IHardwareMaterial | pure virtual |
| SetDiffuseColor(LPD3DXCOLOR pClr)=0 | IHardwareMaterial | pure virtual |
| SetDiffuseColor(Color c, float alpha=1.0f)=0 | IHardwareMaterial | pure virtual |
| SetDiffuseColor(Point3 c, float alpha=1.0f)=0 | IHardwareMaterial | pure virtual |
| SetEffect(DWORD_PTR pEffect)=0 | IHardwareMaterial | pure virtual |
| SetEmissiveColor(LPD3DXCOLOR pClr)=0 | IHardwareMaterial | pure virtual |
| SetEmissiveColor(Color c, float alpha=1.0f)=0 | IHardwareMaterial | pure virtual |
| SetEmissiveColor(Point3 c, float alpha=1.0f)=0 | IHardwareMaterial | pure virtual |
| SetFillMode(DWORD mode)=0 | IHardwareMaterial | pure virtual |
| SetINode(INode *pINode)=0 | IHardwareMaterial | pure virtual |
| SetMaterial(LPD3DXMATERIAL pMtl)=0 | IHardwareMaterial | pure virtual |
| SetNumTexStages(DWORD numStages)=0 | IHardwareMaterial | pure virtual |
| SetPixelShader(DWORD_PTR pPixelShader)=0 | IHardwareMaterial | pure virtual |
| SetPlugin(BaseInterface *pPlugin)=0 | IHardwareMaterial | pure virtual |
| SetSelfIllumColorOn(BOOL bOn)=0 | IHardwareMaterial2 | pure virtual |
| SetShadeMode(DWORD mode)=0 | IHardwareMaterial | pure virtual |
| SetSpecularColor(LPD3DXCOLOR pClr)=0 | IHardwareMaterial | pure virtual |
| SetSpecularColor(Color c, float alpha=1.0f)=0 | IHardwareMaterial | pure virtual |
| SetSpecularColor(Point3 c, float alpha=1.0f)=0 | IHardwareMaterial | pure virtual |
| SetSpecularLevel(float level)=0 | IHardwareMaterial | pure virtual |
| SetSpecularPower(float power)=0 | IHardwareMaterial | pure virtual |
| SetTexture(DWORD stage, DWORD_PTR pTexture)=0 | IHardwareMaterial | pure virtual |
| SetTexture(DWORD stage, LPCSTR filename)=0 | IHardwareMaterial | pure virtual |
| SetTexture(DWORD stage, DWORD_PTR pTexture, MapUsageType usage)=0 | IHardwareMaterial | pure virtual |
| SetTexture(DWORD stage, LPCSTR filename, MapUsageType usage)=0 | IHardwareMaterial | pure virtual |
| SetTextureAddressMode(DWORD stage, DWORD coordNum, DWORD mode)=0 | IHardwareMaterial | pure virtual |
| SetTextureAlphaArg(DWORD stage, DWORD argNum, DWORD alphaArg)=0 | IHardwareMaterial | pure virtual |
| SetTextureAlphaOp(DWORD stage, DWORD alphaArg)=0 | IHardwareMaterial | pure virtual |
| SetTextureColorArg(DWORD stage, DWORD argNum, DWORD colorArg)=0 | IHardwareMaterial | pure virtual |
| SetTextureColorOp(DWORD stage, DWORD colorOp)=0 | IHardwareMaterial | pure virtual |
| SetTextureCoordIndex(DWORD stage, DWORD index)=0 | IHardwareMaterial | pure virtual |
| SetTextureFactor(DWORD factor)=0 | IHardwareMaterial | pure virtual |
| SetTextureMapChannel(DWORD stage, DWORD numChan)=0 | IHardwareMaterial | pure virtual |
| SetTextureTransform(DWORD stage, LPD3DXMATRIX pTransform)=0 | IHardwareMaterial | pure virtual |
| SetTextureTransformFlag(DWORD stage, DWORD flag)=0 | IHardwareMaterial | pure virtual |
| SetTextureUVWSource(DWORD stage, DWORD type)=0 | IHardwareMaterial | pure virtual |
| SetVertexShader(DWORD_PTR pVertexShader)=0 | IHardwareMaterial | pure virtual |
| UnRegisterNotifyCallback(InterfaceNotifyCallback *incb) | BaseInterface | inlinevirtual |
| wantsRelease enum value | BaseInterface | |
| ~BaseInterface() | BaseInterface | virtual |
| ~InterfaceServer() | InterfaceServer | virtual |