luismrsilva / cg-micromachines

3D version of the first MicroMachines game, made for the Computer Graphics course (2015/2016) at IST, CS BSc
1 stars 0 forks source link

Car is killed right after starting the game sometimes #55

Closed luismrsilva closed 8 years ago

luismrsilva commented 8 years ago

Might have something to do with the (random) position of the oranges.

zettca commented 8 years ago

The hidden Oranges just spawn close to the Car, and kill it right away. (probably)

nuno-silva commented 8 years ago

You should only test for Car collisions with active (aka not hidden) Oranges. here