CodingTrain / Directional-Boring

Horizontal Directional Drilling Simulation
MIT License
44 stars 20 forks source link

Added the aiming arcs (and corrected randomness) #16

Closed alin256 closed 2 years ago

alin256 commented 2 years ago

Resolving enhancement #15

Now the aiming arcs have fixed length (constant) and assume perfect steering. They are always on.

About randomness:

To make the process more physical, after this update when randomness is added, the arc can only become wider. I rescaled the slider to %.

ArztKlein commented 2 years ago

Wouldn't it be a better idea if the user could enable/disable the extrapolation?

alin256 commented 2 years ago

@ArztKlein I added your suggested feature.

shiffman commented 2 years ago

This is great, thank you!!