#Ways to iterate vector from a direction

1 messages · Page 1 of 1 (latest)

leaden moss
#

I'm making a laser what ar edifferen optimized/fast way to do it?

#

Ways to iterate vector from a direction

marble bone
#

What type of laser? Like the context of the laser

leaden moss
#

I just want to get iterate from p1 to p2

shrewd nebula
#

Does this laser need to interact with the world? Or is it purely a concept within scripting land?

#

The general formula for a line between two points is p1 + t * (p2 - p1), with t being a value between 0 and 1