Questions tagged [lighting]

Related to computer games' engines and 3d graphics software. For the use of both shadow and light in GUIs and for the use of lighting with respect to programs using hardware such as cameras, that requires code to control the lighting. Must be used with other relevant tags distinguishing the programming language and framework being used. e.g. unity 3d Not to be used with light, as is used in physics having wave and particle characteristics.

Related to the computation of reflection models like the Phong Model or Blinn-Phong Model and the per-vertex (Gouraud) and per-pixel shading models (Phong).

812 questions
-2
votes
1 answer

Adding sunlight to a scene

I am rendering some interactive scene in 3D and I am wondering: How do I add sunlight to it? I'll try to explain the best how I have it setup now. What you see right now is that the directional light (the sun) is denoted by the yellow dot, which I…
skiwi
  • 66,971
  • 31
  • 131
  • 216
-3
votes
2 answers

Opengles: Every triangle in model is same brightness

There is very little contrast in my model. The model frankly looks like one big blob, despite its having a complex shape. I can really only see its silhouette shape. The only details that I can see inside of the shape are created by the spot light,…
Friendly
  • 233
  • 1
  • 7
1 2 3
54
55