Good day
I write some demo and found your project but i have two questions:
- is project completely dead? there is no updae for a long time, no issue..
- more practice: for example, i have box with snow terrain at (60, 60, 68, 68). than player enter to snow i want to add some additional acceleration, so i want to detect collision with such boxes (with
Cross resolution). Now, suggest, that we have bonuses, that can generated on not occupied cells (including snow). Now, there is possible situation then i have bonus at same position (60, 60, 68, 68).
So, now my player come to that cell and i receive only one collision. I drill down to sources and method Hit in World class (at line 81) take only nearest hit, so other hits with overlapped boxes will be ignored.
Can you give me workaround about that issue? or may be i do something wrong?
Good day
I write some demo and found your project but i have two questions:
Crossresolution). Now, suggest, that we have bonuses, that can generated on not occupied cells (including snow). Now, there is possible situation then i have bonus at same position (60, 60, 68, 68).So, now my player come to that cell and i receive only one collision. I drill down to sources and method
HitinWorldclass (at line 81) take only nearest hit, so other hits with overlapped boxes will be ignored.Can you give me workaround about that issue? or may be i do something wrong?