Changeset 4094 for trunk/GSASIIplot.py
- Timestamp:
- Aug 15, 2019 2:54:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4092 r4094 9151 9151 Gr = np.array([0,255,0]) 9152 9152 Bl = np.array([0,0,255]) 9153 uBox = np.array([[0,0,0],[ 1,0,0],[0,1,0],[0,0,1]])9153 uBox = np.array([[0,0,0],[50,0,0],[0,50,0],[0,0,50]]) 9154 9154 uEdges = np.array([[uBox[0],uBox[1]],[uBox[0],uBox[2]],[uBox[0],uBox[3]]]) 9155 9155 uColors = [Rd,Gr,Bl] … … 9288 9288 GL.glLoadIdentity() 9289 9289 GL.glViewport(0,0,VS[0],VS[1]) 9290 GLU.gluPerspective( 20.,aspect,1.,500.)9290 GLU.gluPerspective(50.,aspect,1.,500.) 9291 9291 GLU.gluLookAt(0,0,cPos,0,0,0,0,1,0) 9292 9292 SetLights()
Note: See TracChangeset
for help on using the changeset viewer.