무지무지 빠르다. 몇 개 밖에 화면에 안 보이기 때문.이것을 조정하면 몇 개 그려지는지 조정 가능하다.function drawCovers(){ return new Array(-5, 5); } // General Notes: // Most of these functions return an array with 3 elements // These are the x,y,z coordinates in 3d-space // x is left to right // y is bottom to top // z is front to back /************************* COVER DISPLAY *****************/ // These functions define the Display of ..