Changeset 1054
- Timestamp:
- Sep 10, 2013 4:20:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1032 r1054 3847 3847 glLoadIdentity() 3848 3848 glViewport(0,0,VS[0],VS[1]) 3849 gluPerspective(20.,aspect, 0.1,500.)3849 gluPerspective(20.,aspect,1.,500.) 3850 3850 gluLookAt(0,0,cPos,0,0,0,0,1,0) 3851 3851 SetLights()
Note: See TracChangeset
for help on using the changeset viewer.