View Single Post
  #1  
Old 07-17-2008, 09:34 AM
shivanangel shivanangel is offline
Member
 
Join Date: Feb 2006
Location: New Jersey
Posts: 182
onthefly Objects need shading

Hello,

I've been creating several algorithms to create 1-D and 2-D data visualizations
from imported CSV data.

I ran into a little bit of a snag today, I created a plot of 2D data but it keeps
coming out completely washed out white.

Is there a simple enable call I can use to set some OpenGL state?

I tried using viz.enable(viz.FLAT) and viz.enable(viz.SMOOTH)
but nothing happened.

Any suggestions?

Thanks for your time,
George L.
Reply With Quote