nem0 / lumixengine_data

Data and binaries of Lumix Engine
https://github.com/nem0/lumixengine
Other
76 stars 26 forks source link

drawQuadEx() undefined ? #105

Closed timbaker closed 7 years ago

timbaker commented 7 years ago

Sorry if I'm being dense, but pipelines/hdr_dof_fxaa/hdr_dof_fxaa.lua calls a function that doesn't seem to be defined anywhere, drawQuadEx(). I see drawQuad() in pipeline.cpp.

nem0 commented 7 years ago

Sorry for not responding sooner, it seems github is yet again not sending me emails. You are right, I have to investigate how this happened.

nem0 commented 7 years ago

drawQuadEx is now defined. However bloom is not 100% correct, it seems like I committed some unfinished version, and I can't find the finished one. I have to finish it again.