apitman / commando-engine

Automatically exported from code.google.com/p/commando-engine
0 stars 0 forks source link

Red laser sight should appear on robots #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play game
2. Point weapon at robot

What is the expected output? What do you see instead?
I expect the red dot of the sight to be on the robot, indicating that I can
shoot him. It appears on the wall behind him.

What version of the product are you using? On what operating system?
Tested on March 12

Original issue reported on code.google.com by bengo...@gmail.com on 12 Mar 2009 at 7:09

GoogleCodeExporter commented 9 years ago
What do you think, Jared?  Switch the laser pointer to use collision detection
instead of sampling?  That doesn't seem like it would fit into the current 
design too
well, unless you have a clever way to do it.

Another possibility would be to try and use sampling for the tiles, then take 
those
points and determine if they have a collision with a non-tile object, but that 
seems
like it would be extremely expensive.

Original comment by ken.a.ha...@gmail.com on 12 Mar 2009 at 11:08