Tamas Schalk
Tamas Schalk
Yes, I know. I'm absolutely agree with you :) I want a totally new website with simple but well documented Angular based html forms. The only one problem is I...
I am working hard on the new website :) 
@Zireael07 You can check here [new.texture-generator.com](https://new.texture-generator.com/), but only you and @HorstBaerbel because is currently not working properly and missing a lots of features yet ;)
> The basics seem to be working, the only bug I saw is that the colormap list should be single choice, not multiple (but it correctly applies only a single...
> Nicer, usage is still a bit unclear, but how is the bump mapping applied? Where does the map come from? @HorstBaerbel The 3D window is only an example for...
I'm also waiting for the merge, but in the meantime I recommend using @ before the method :) ```php $recaptcha = new \ReCaptcha\ReCaptcha($recaptcha_secret_key); $response = @$recaptcha->setExpectedHostname($hostname)->verify($recaptcha_response, $client_ip); ```