×
irr::video::IVideoDriver Class Reference. Interface to driver which is able to perform 2d and 3d graphics functions. More... #include <IVideoDriver.h>. + ...
Interface of a Video Driver dependent Texture. More... class IVideoDriver. Interface to driver which is able to perform 2d and 3d graphics functions. More...
Detailed Description. Interface of a Video Driver dependent Texture. An ITexture is created by an IVideoDriver by using IVideoDriver::addTexture or IVideoDriver ...
Called if an event happened. Detailed Description. Interface of an object which can receive events. Many of the engine's classes inherit IEventReceiver so they ...
irr::video::IVideoDriver · irr::video ... File List · File Members. Public Member Functions | Protected Member Functions. irr::IReferenceCounted Class Reference.
Classes | Namespaces. IrrlichtDevice.h File Reference. #include "IReferenceCounted.h" #include "dimension2d.h" #include "IVideoDriver.h" #include ...
Get the version of the engine. virtual video::IVideoDriver * getVideoDriver ()=0. Provides access to the video driver for drawing 3d and 2d geometry. virtual ...
Detailed Description. Class which is able to create a image from a file. If you want the Irrlicht Engine be able to load textures of currently unsupported file ...
Opens a file for write access. virtual IAttributes * createEmptyAttributes (video::IVideoDriver *driver=0)=0. Creates a new empty collection of attributes ...
So all four values may be between 0 and 255. Alpha in Irrlicht is opacity, so 0 is fully transparent, 255 is fully opaque (solid). This class is used by most ...