mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-28 06:20:21 +02:00
Demo - billboard zbuffer
11.PerPixelLighting - darker light, enable specular again for diffuse - replace wrong irrlichtlogo2.png (was a test around 2005) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6088 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@ -318,7 +318,7 @@ int IRRCALLCONV main(int argc, char* argv[])
|
||||
device->getCursorControl()->setVisible(false);
|
||||
|
||||
// load the engine logo
|
||||
gui->addImage(driver->getTexture("irrlichtlogo2.png"),
|
||||
gui->addImage(driver->getTexture("irrlichtlogo3.png"),
|
||||
core::position2d<s32>(10, 10));
|
||||
|
||||
// show the driver logo
|
||||
|
Reference in New Issue
Block a user