Add light map to reflect effect. Based on work by Emilian Huminuc.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
This commit is contained in:
parent
e6fb203302
commit
b150771296
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
<texture n="8">
|
<texture n="8">
|
||||||
|
|
||||||
To use a light map set <light_map> to 1,and the path to the map texture in
|
To use a light map set <light_map> to 1,and the path to the map texture in
|
||||||
<texture n="2">>
|
<texture n="2">
|
||||||
|
|
||||||
USE: To use the default reflection effect (controlled by material shininess values) use
|
USE: To use the default reflection effect (controlled by material shininess values) use
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// -*- mode: C; -*-
|
// -*- mode: C; -*-
|
||||||
// Licence: GPL v2
|
// Licence: GPL v2
|
||||||
// Author: Vivian Meazza.
|
// Author: Vivian Meazza.
|
||||||
|
// additions by Emilian Huminuc
|
||||||
|
|
||||||
#version 120
|
#version 120
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue