mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
LibSoftGPU: Clean up Material
initial value style
This commit is contained in:
parent
284a629ab4
commit
23476dac64
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