mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibSoftGPU: Clean up Material
initial value style
This commit is contained in:
parent
284a629ab4
commit
23476dac64
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/gmta
Commit: 23476dac64
Pull-request: https://github.com/SerenityOS/serenity/pull/13209
Reviewed-by: https://github.com/Quaker762 ✅
Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ struct Material {
|
|||
FloatVector4 emissive { 0.0f, 0.0f, 0.0f, 1.0f };
|
||||
float shininess { 0.0f };
|
||||
float ambient_color_index { 0.0f };
|
||||
float diffuse_color_index = { 1.0f };
|
||||
float specular_color_index = { 1.0f };
|
||||
float diffuse_color_index { 1.0f };
|
||||
float specular_color_index { 1.0f };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue