# File ../lib/fox/glshapes.rb, line 59 def hit(viewer) GL::Begin(GL::POINTS) GL::Vertex(@pos) GL::End() end