#Question about 'getEntitiesFromViewDirection'

1 messages · Page 1 of 1 (latest)

silent estuary
#

Is max_distance the only option I can change when using getEntitiesFromViewDirection?
can't I set an offset in certain axis? Not afaik

Damn idk why the area to interact with the entity is different from the area where the ray works 😵 and I need them to be the same area.

near hemlock
#

I've been having some issues with this myself. I've had some tentative experiments with dummy entities that seem to work decently. Spawn a dummy entity at the position you want to do the raycast from, and do the raycast from the dummy.

silent estuary
#

yeaah! that would solve it lol, thank you!