Hey
i have some problems.. Im trying to cast a ray from my camera and if its intersecting any entities remove them... But i cant get the ray thing working, im using a list that i filled with entities.
The raycast will put entities that it intersects into the list. It shouldn't be given lists that are already full of elements; it will test against objects the space (or container or whatever is being raycasted).