to visualize point clouds, you should use jit.gl.mesh @drawmode points. depending on your machine specs, you should be able to handle 70x70x70 points. play with antialias and point_size attributes to get your desired results. gl.mesh only accepts 1D or 2D matrices, so i modified your patch with a jit.gen to demonstrate how to create a cube volume using a 1D matrix: