opengl.light: Change light defaults.
This commit is contained in:
@@ -62,9 +62,9 @@ private
|
|||||||
|
|
||||||
Strength : Intensity := 1.0;
|
Strength : Intensity := 1.0;
|
||||||
Color : openGL.Color := Palette.White;
|
Color : openGL.Color := Palette.White;
|
||||||
Attenuation : Real := 0.1;
|
Attenuation : Real := 0.0;
|
||||||
ambient_Coefficient : Real := 0.1;
|
ambient_Coefficient : Real := 0.0;
|
||||||
cone_Angle : Degrees := 2.0;
|
cone_Angle : Degrees := 90.0;
|
||||||
cone_Direction : Vector_3 := [0.0, 0.0, -1.0];
|
cone_Direction : Vector_3 := [0.0, 0.0, -1.0];
|
||||||
end record;
|
end record;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user