| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | Apr 4 at 23:02 | |
| stats | profile views | 14 |
|
Oct 13 |
accepted | How to adjust position relative to resolutions? |
|
Oct 12 |
comment |
How to adjust position relative to resolutions? What do you mean by rel.percentage ? |
|
Oct 12 |
asked | How to adjust position relative to resolutions? |
|
Sep 2 |
accepted | Getting Center and Radius of Irregural Object |
|
Sep 2 |
comment |
Getting Center and Radius of Irregural Object I have tried your calculations with different shape but it not working correctly, can you tell me whats wrong. I have edited the code. |
|
Sep 2 |
revised |
Getting Center and Radius of Irregural Object Another Calculation Problem for a different shape |
|
Sep 1 |
accepted | Checking collision of bullets and Asteroids |
|
Sep 1 |
comment |
Checking collision of bullets and Asteroids Thanks!. As you are a professional game programmer, What do you suggest more for reading to not fall in those simple situations again ? |
|
Sep 1 |
comment |
Checking collision of bullets and Asteroids I did, but it seems I have a problem with iterating through the list and erasing an item from it |
|
Sep 1 |
comment |
Checking collision of bullets and Asteroids I want to remove the bullet also when the collision occurs, so that it can't pass through other asteroids |
|
Sep 1 |
asked | Checking collision of bullets and Asteroids |
|
Aug 31 |
comment |
Getting Center and Radius of Irregural Object Can you please explain it mathematically or graphically? I'm really interested to know that :). Thanks |
|
Aug 31 |
comment |
Getting Center and Radius of Irregural Object This is weird equation :), radius = center - center+offset? |
|
Aug 31 |
comment |
Getting Center and Radius of Irregural Object I have edited my answer, it seems getradius is wrong, because it returns a different radius at each frame.. why ? |
|
Aug 31 |
revised |
Getting Center and Radius of Irregural Object Adding getRadius code |
|
Aug 31 |
comment |
Getting Center and Radius of Irregural Object In case of the object is moving, the center will be m_Pos+0 correct ? |
|
Aug 31 |
comment |
Getting Center and Radius of Irregural Object what about the radius of the bounding circle ? |
|
Aug 31 |
asked | Getting Center and Radius of Irregural Object |
|
Aug 31 |
accepted | Explaining Asteroids Movement code |
|
Aug 31 |
comment |
Explaining Asteroids Movement code why we need to check for if(randFloat) two nested times ? |