According to the docs AxesViewer.scaleLines
… Gets or sets a number used to scale line length
but setting this value after instantiation does nothing unless update()
is called with all vectors passed in.
PG
According to the docs AxesViewer.scaleLines
… Gets or sets a number used to scale line length
but setting this value after instantiation does nothing unless update()
is called with all vectors passed in.
PG
Thanks for reporting, this PR will fix the problem:
Thanks @Evgeni_Popov !