Is there any way to add x or z axis color on grid helper three js

Hi, I was trying to add the grid helper value and this is my concept, the value to use grid helper is size, division, gridcolor, xcolor, zcolor I was just trying it, but when I was wanted to add the z color it says Unexpected token ":" so what should I do.

The signature of GridHelper is: size, divisions, color1, color2.

https://jsfiddle.net/2rt8kzs4/

Please modify the live example that shows what you are trying to do.

so, I mean to add like axesHelper but without y axis like Blender, so color2 is the x axis and color3 is z axis here the example what kind of wanted

This is not supported but this PR might be helpful to you:

1 Like

Thanks I just do some debugging to the code and it now worked