irrlicht/examples/22.MaterialViewer
cutealien f61b8614ab Cleanup example 22.MaterialViewer
Using default light values which work a bit better with cube.
But really needs another cube-type (which Irrlicht has not yet, needs single material with 24 vertices)
as a cube with vertex normals which average connected sides is horrible with vertex-lighting
(the problem is that the light get's behind the plane formed by the vertex-normal this way which is super confusing).
Will probably add another cube-type soon.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6312 dfc29bdd-3216-0410-991c-e03cc46cb475
2022-03-20 19:09:40 +00:00
..
MaterialViewer.xcodeproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
main.cpp Cleanup example 22.MaterialViewer 2022-03-20 19:09:40 +00:00
main.h Make UI in example 22.MaterialViewer a bit nicer. 2022-03-19 16:07:38 +00:00
Makefile Remove CPPFLAG -I/usr/X11R6/include in all example Makefiles 2022-01-09 15:50:41 +00:00
MaterialViewer_vc10.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer_vc11.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer_vc12.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer_vc14.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer.cbp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer.vcproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
tutorial.html Update tutorial.html's in example folders 2021-03-18 21:50:11 +00:00