#Drawing a laser from one position to another
1 messages · Page 1 of 1 (latest)
It is a bit complicated, but you can use look_at() and a long "pole" model or Sprite3D of a long thin line to simplify it.
1 messages · Page 1 of 1 (latest)
Hello! I am making a 3D game in which I have a drone that fires lasers at enemies. I have figured out how to get the enemy's position. My question is how can I go about drawing this laser from the drone to the enemy?
It is a bit complicated, but you can use look_at() and a long "pole" model or Sprite3D of a long thin line to simplify it.