irrlicht/examples/20.ManagedLights
Rogerborg dcebfbbf0d http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704
Change from dimension2d<s32> to dimension2d<u32> where practical.  IImage and ITexture now have unsigned dimensions, as does screen size.  This has had a significant knock-on through the code base, but it is more technically correct - the BEST KIND of correct.

GUI elements and draw2DImage methods still have and take signed dimensions, but we can look into this in future. Regression tested with the test suite and the example apps.  Note that createDevice() now takes dimension2d<u32>!

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2092 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-01-19 13:48:22 +00:00
..
Makefile Adding an optional light manager that allows hardware lights to be turned on and off before each scene node is rendered. This can be used to produce "zoned" lighting. 2009-01-12 10:55:39 +00:00
ManagedLights.cbp Add example 20 to C::B and VC7/VC9 projects. Fix some build issues with the light manager and example. 2009-01-12 11:52:50 +00:00
ManagedLights.sln Adding an optional light manager that allows hardware lights to be turned on and off before each scene node is rendered. This can be used to produce "zoned" lighting. 2009-01-12 10:55:39 +00:00
ManagedLights.vcproj Adding an optional light manager that allows hardware lights to be turned on and off before each scene node is rendered. This can be used to produce "zoned" lighting. 2009-01-12 10:55:39 +00:00
ManagedLights_vc8.vcproj Adding an optional light manager that allows hardware lights to be turned on and off before each scene node is rendered. This can be used to produce "zoned" lighting. 2009-01-12 10:55:39 +00:00
ManagedLights_vc9.vcproj Fix project files 2009-01-13 21:32:00 +00:00
example.dev Adding an optional light manager that allows hardware lights to be turned on and off before each scene node is rendered. This can be used to produce "zoned" lighting. 2009-01-12 10:55:39 +00:00
main.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00