Changeset 4094 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Aug 15, 2019 2:54:58 PM (4 years ago)
Author:
vondreele
Message:

SHAPES now complete, but slow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4092 r4094  
    91519151    Gr = np.array([0,255,0])
    91529152    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]])
    91549154    uEdges = np.array([[uBox[0],uBox[1]],[uBox[0],uBox[2]],[uBox[0],uBox[3]]])
    91559155    uColors = [Rd,Gr,Bl]
     
    92889288        GL.glLoadIdentity()
    92899289        GL.glViewport(0,0,VS[0],VS[1])
    9290         GLU.gluPerspective(20.,aspect,1.,500.)
     9290        GLU.gluPerspective(50.,aspect,1.,500.)
    92919291        GLU.gluLookAt(0,0,cPos,0,0,0,0,1,0)
    92929292        SetLights()           
Note: See TracChangeset for help on using the changeset viewer.