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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - caiusprime

Pages: [1]
1
General / Re: collision detection
« 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) ?

2
General / 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?)

Pages: [1]
anything