[Bf-committers] Build failure due to isosurface.cpp with Visual C++ 2005 Express

jmsoler at free.fr jmsoler at free.fr
Sun Nov 5 23:37:07 CET 2006


Selon Eugene Reilly <gene001 at gmail.com>:

> Seems I'm having some issues compiling intern:
>
> ..\..\intern\isosurface.cpp(638) : error C2666: 'pow' : 6 overloads have
> similar conversions

use :
smoSubdfac = pow(0.55,(double)mSubdivs); // slightly stronger

or :
smoSubdfac = powf(0.55,(float)mSubdivs); // slightly stronger




More information about the Bf-committers mailing list