5#ifndef __I_MATERIAL_RENDERER_H_INCLUDED__
6#define __I_MATERIAL_RENDERER_H_INCLUDED__
IReferenceCounted()
Constructor.
Interface for material rendering.
virtual s32 getRenderCapability() const
Returns the render capability of the material.
virtual void OnUnsetMaterial()
Called by the IVideoDriver to unset this material.
virtual bool OnRender(IMaterialRendererServices *service, E_VERTEX_TYPE vtxtype)
Called every time before a new bunch of geometry is being drawn using this material with for example ...
virtual bool isTransparent() const
Returns if the material is transparent.
virtual void OnSetMaterial(const SMaterial &material, const SMaterial &lastMaterial, bool resetAllRenderstates, IMaterialRendererServices *services)
Called by the IVideoDriver implementation the let the renderer set its needed render states.
Interface providing some methods for changing advanced, internal states of a IVideoDriver.
Interface to driver which is able to perform 2d and 3d graphics functions.
Struct for holding parameters for a material renderer.
The video namespace contains classes for accessing the video driver. All 2d and 3d rendering is done ...
E_VERTEX_TYPE
Enumeration for all vertex types there are.
Everything in the Irrlicht Engine can be found in this namespace.
signed int s32
32 bit signed variable.