Another-Game-Engine / AGE

AGE - C++11 OpenGL4 Game Engine
MIT License
48 stars 11 forks source link

Light bugs when changing uniforms #408

Closed paulbaron closed 9 years ago

paulbaron commented 9 years ago

The branch "lights" has a very stange bug on lights. Just the fact of removing the uniform "ambient_color" in the "deferred_shading_point_light.fp" shader triggers the bug. Adding a uniform "abient_color" to "deferred_shading_merge.fp" also triggers the bug.

cesarl commented 9 years ago

@DorianPinaud can you take a look at it please ?

DorianPinaud commented 9 years ago

yep

cesarl commented 9 years ago

Thx handsome

2015-03-20 17:36 GMT-04:00 DorianPinaud notifications@github.com:

yep

— Reply to this email directly or view it on GitHub https://github.com/Another-Game-Engine/AGE/issues/408#issuecomment-84155341 .

[image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation][image: dancing frog animation]

cesarl commented 9 years ago

I think that i fixed it, look at my last PR