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

Author Topic: collision detection  (Read 717 times)

0 Members and 1 Guest are viewing this topic.

caiusprime

  • Newbie
  • *
  • Posts: 7
    • View Profile
collision detection
« on: April 16, 2015, 06:07:39 am »
if possible in french :)
is this method for checking if in collision cost to high for using :

if(image.getpixel()==color)
..

doing this , will it affect the fluidity on pc
if not , on a tablete thing must i use a better method?)

caiusprime

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: collision detection
« Reply #1 on: April 16, 2015, 06:11:13 am »
Et en français,

faire une vérification de couleur de pixel sur une image chargé , est-ce couteux en calcul  et cela va affecter la fluidité de mon jeux(va cocher) ?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: collision detection
« Reply #2 on: April 16, 2015, 07:54:19 am »
Quote
if possible in french
Not possible. You know that there is a french forum, right?
Laurent Gomila - SFML developer

 

anything