Theverat / NormalmapGenerator

A simple program that converts images into normal maps
GNU General Public License v3.0
416 stars 51 forks source link

Building error #19

Closed brothermechanic closed 7 years ago

brothermechanic commented 8 years ago

https://paste.pound-python.org/show/zwipXvk4zhSsadnqX4kf/

Theverat commented 7 years ago

Error seems to be error: fabs was not declared in this scope.

Try to add include <cmath> to the file ssaogenerator.cpp: https://github.com/Theverat/NormalmapGenerator/blob/master/src_generators/ssaogenerator.cpp#L25

brothermechanic commented 7 years ago

Thank you!!!! This is what i get https://i.imgur.com/tpXFO8Q.jpg Great!