SFML community forums

Help => General => Topic started by: The Illusionist Mirage on August 15, 2013, 04:20:47 pm

Title: thor help
Post by: The Illusionist Mirage on August 15, 2013, 04:20:47 pm
Hello

I was trying to port a C++ SFML 1.6 & Thor 1.1 project to SFML 2.1 & Thor 2.0. But while building I got an error that Thor/Geometry.hpp is missing, and when I checked the include directory of my Thor installation, I saw there is no Geometry.hpp. So, in the current version of Thor, which header contains the declarations and methods of Geometry.hpp?

Details:
I am using SFML 2.1 and Thor 2.0 in C::B 12.11.

Thanks
Title: Re: thor help
Post by: Nexus on August 15, 2013, 04:42:36 pm
There is no more Geometry. The API has changed, similar functionality is now in Math/Distributions. I recommend reading the Particles tutorial to learn the new particle system API. Don't hesitate to ask if you have concrete questions.
Title: Re: thor help
Post by: The Illusionist Mirage on August 15, 2013, 05:21:40 pm
There is no more Geometry. The API has changed, similar functionality is now in Math/Distributions. I recommend reading the Particles tutorial to learn the new particle system API. Don't hesitate to ask if you have concrete questions.

Thanks.