Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: thor help  (Read 1157 times)

0 Members and 1 Guest are viewing this topic.

The Illusionist Mirage

  • Full Member
  • ***
  • Posts: 115
  • My Life = Linux, C++ & Computers
    • View Profile
    • fleptic
    • Email
thor help
« 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

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: thor help
« Reply #1 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.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

The Illusionist Mirage

  • Full Member
  • ***
  • Posts: 115
  • My Life = Linux, C++ & Computers
    • View Profile
    • fleptic
    • Email
Re: thor help
« Reply #2 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.

 

anything