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