mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
LibGL+LibSoftGPU: Implement normalization of normals
* LibGL now supports the `GL_NORMALIZE` capability * LibSoftGPU transforms and normalizes the vertices' normals Normals are heavily used in texture coordinate generation, to be implemented in a future commit.
This commit is contained in:
parent
e056cf7e3f
commit
3a5f69b6f3
4 changed files with 38 additions and 4 deletions
|
@ -206,6 +206,7 @@ private:
|
|||
GLclampf m_alpha_test_ref_value = 0;
|
||||
|
||||
bool m_dither_enabled { true };
|
||||
bool m_normalize { false };
|
||||
|
||||
// Stencil configuration
|
||||
bool m_stencil_test_enabled { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue