specular Questions

2

Solved

I am trying to implement Phong lighting. In some tutorials specular lighting is added to ambient and diffuse lighting and then total lighting is multiplied by texture color. I also saw a tutorial w...
Crooked asked 9/1, 2018 at 1:6

2

Solved

I am writing a small test of Phong shading, and am hitting my head against a brick wall trying to get the specular component working. It appears to work correctly, except that the specular light is...
Fredelia asked 15/11, 2013 at 18:28

1

Solved

I'm trying to implement ambient occlusion on a voxel-based mesh and get these flickering white pixels at the edges of faces: Here is my fragment shader: #version 120 varying vec4 color; varyin...
Trilateral asked 30/8, 2013 at 0:51
1

© 2022 - 2024 — McMap. All rights reserved.