How to make 3d object's Point or wireFrame glowing much more

https://vvvv.org/sites/default/files/imagecache/large/images/`6HMVT4MOKC4CGMO4%242ES(G.jpg

https://vvvv.org/sites/default/files/imagecache/large/images/XFL_GI7~3%25)P[UEIX8(]TQD.jpg

as the image shows up on,
the teapot is shown by point mode, another is wireframe mode ,

what i want to do is make every point, (or the edge) self-luminous, glowing more light.

is there any solutions ?

Check the glow module on teh TextureFX package, there is also a glow module in the contribuitions.
You can also deconstruct the mesh (vertex buffer) and assign a small sphere to each vertex, then texturize the sphere at will, you can also use point sprites to save some vertex count.
S.