I have recently designed a box buffer geometry with dimensions of 8x8x8. To enhance its appearance, I am looking to add a grid around it that aligns with these dimensions (specifically having 64 squares on each side). Does anyone know of any effective methods to achieve this in three.js? My current approach involves generating 16 intersecting lines for each face of the cube, but I find this to be cumbersome and detrimental to performance.