Hello. Recently I've ran into a problem about 3D graphics. The problem is I have some sorted data (data is represented by a collection of dots with coordinates X, Y, Z). What I need to do is draw a coordinate system with three normals (X, Y, Z) and render those dots according to their coordinates.
Any help would be welcomed, but I would rather look at some real similar example how it's actually done.