views:

42

answers:

1

Is there a way that I can make VTK have the Y axis go down (when increasing values) rather than up?

I'd like my VTK windows to match my non-VTK windows in displaying data, which all have the Y axis going down.

A: 

I'm not familiar with VTK, but the function SetReverseYAxis() might be what you need.

Scottie T
Not quite, as that only applies to vtkXYPlotActor. I'd like my whole scene Y-flipped, which contains other actors.
Cruzton