Page 1 of 1

Graphics.SetView

Posted: Tue Mar 01, 2016 10:30 am
by MaynardC
graphics.SetView(0,1,0) doesn't seem to work. I expect it to look down the Y axis, but looks down the Z axis (same as graphics.SetView(0,0,1) ) .  graphics.SetView(1,0,0) looks down the X axis properly (I think)

Maynard

Re: Graphics.SetView

Posted: Tue Mar 01, 2016 11:57 am
by ArtF
Probably a bug.. Ill fix it up. Thx for the report.

Art