Tagged Questions
3
votes
1answer
132 views
Blender Object Appearing Gray when all Lights are Off
I have an issue with Blender where, when I turn my only light off (a sun lamp) and render the image my object appears gray rather than black (and thus, not appear to the camera). I can't figure out ...
1
vote
0answers
121 views
Light on every model and not in the whole scene
I am using a custom shader and try to pass the effect on my Models like that:
foreach (ModelMesh mesh in Model.Meshes)
{
foreach (ModelMeshPart part in mesh.MeshParts)
{
...
4
votes
1answer
917 views
opengl lighting with textures
I'm using OpenTK and working in C#, if that matters. I'm trying to get lighting effects on a textured object. I'm using obj and mtl files to define them. No matter what I try my object is either ...