Skip to main content
Resolved problem
Source Link

Update: It is possibleI have found that this is solely athe problem withwas indeed in my own computer and possibly the graphics drivers sincecard's driver. I ran this application on another computer and it worked just fineupdated the driver and reran the program and indeed received no black pixels.

Update: It is possible that this is solely a problem with my own computer and possibly the graphics drivers since I ran this application on another computer and it worked just fine.

Update: I have found that the problem was indeed in my graphics card's driver. I just updated the driver and reran the program and indeed received no black pixels.

added 189 characters in body
Source Link

Update: It is possible that this is solely a problem with my own computer and possibly the graphics drivers since I ran this application on another computer and it worked just fine.

Edit: It appears that the problem is indeed in the calcSpotLight function, but within the calcSpotLight function, the problem is the calcPointLight function. I still don't know what the exact problem is, but that should narrow down the possible errors.

Edit: It appears that the problem is indeed in the calcSpotLight function, but within the calcSpotLight function, the problem is the calcPointLight function. I still don't know what the exact problem is, but that should narrow down the possible errors.

Update: It is possible that this is solely a problem with my own computer and possibly the graphics drivers since I ran this application on another computer and it worked just fine.

Edit: It appears that the problem is indeed in the calcSpotLight function, but within the calcSpotLight function, the problem is the calcPointLight function. I still don't know what the exact problem is, but that should narrow down the possible errors.

Tweeted twitter.com/StackGameDev/status/754684177589600256
Narrowed down the problem
Source Link

Edit: It appears that the problem is indeed in the calcSpotLight function, but within the calcSpotLight function, the problem is the calcPointLight function. I still don't know what the exact problem is, but that should narrow down the possible errors.

Edit: It appears that the problem is indeed in the calcSpotLight function, but within the calcSpotLight function, the problem is the calcPointLight function. I still don't know what the exact problem is, but that should narrow down the possible errors.

Source Link
Loading