View Single Post
  #2  
Old 05-04-2011, 07:31 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You could create circular images in an image editor and apply those to a texture quad. Use an image format that supports alpha channels to make the areas outside the circle transparent.

The Python Imaging Library has functions to draw 2D shapes but I'm not sure if you can easily add textures to them.
Reply With Quote