mattrdowney / planetaria

A Unity framework for Euclidean 2-sphere games (e.g. 2D virtual reality games) [quasi-MIT license]
Other
10 stars 2 forks source link

ArcRenderer #85

Closed mattrdowney closed 6 years ago

mattrdowney commented 6 years ago

Local not View to avoid billboard effect.

Draw points based on angular constant similar to raycast_shortstop_angle.

Use LineRenderer

mattrdowney commented 6 years ago

Done as of e7d9cd6716943372350addd5e7d34a02c496e42b (questionable - probably will need to be reopened for efficiency/usability).