Brief explanation
Add the possiblity to have grids of different dimensions
Details
A grid is drawn on a plane between a couple of axes to provide a guide. At the moment the grids are drawn using the GridHelper, which can only produce square grids.
However, in a plot it is sometimes useful to draw some axes with different lengths from other axes and their grid should scale accordingly.
To support this it is necessary write a custom implementation of the GridHelper
Notes
A possible implementation is
https://discourse.threejs.org/t/rectangular-gridhelper-possibility/37812
Brief explanation
Add the possiblity to have grids of different dimensions
Details
A grid is drawn on a plane between a couple of axes to provide a guide. At the moment the grids are drawn using the GridHelper, which can only produce square grids.
However, in a plot it is sometimes useful to draw some axes with different lengths from other axes and their grid should scale accordingly.
To support this it is necessary write a custom implementation of the GridHelper
Notes
A possible implementation is
https://discourse.threejs.org/t/rectangular-gridhelper-possibility/37812