ObjectSurface.h (pymol-v2.1.0.tar.bz2) | : | ObjectSurface.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 51 | skipping to change at line 51 | |||
int RecolorFlag; | int RecolorFlag; | |||
int quiet; | int quiet; | |||
float *AtomVertex; | float *AtomVertex; | |||
int CarveFlag; | int CarveFlag; | |||
float CarveBuffer; | float CarveBuffer; | |||
int Mode; /* 0 dots, 1 lines, 2 triangles */ | int Mode; /* 0 dots, 1 lines, 2 triangles */ | |||
int DotFlag; | int DotFlag; | |||
CGO *UnitCellCGO; | CGO *UnitCellCGO; | |||
int Side; | int Side; | |||
CGO *shaderCGO; | CGO *shaderCGO; | |||
/* for immediate mode, holds vertices and colors, used temporarily to generate | ||||
CGOs */ | ||||
float **t_buf; // vertices | ||||
float **c_buf; // colors | ||||
} ObjectSurfaceState; | } ObjectSurfaceState; | |||
typedef struct ObjectSurface { | typedef struct ObjectSurface { | |||
CObject Obj; | CObject Obj; | |||
ObjectSurfaceState *State; | ObjectSurfaceState *State; | |||
int NState; | int NState; | |||
} ObjectSurface; | } ObjectSurface; | |||
ObjectSurface *ObjectSurfaceFromBox(PyMOLGlobals * G, ObjectSurface * obj, | ObjectSurface *ObjectSurfaceFromBox(PyMOLGlobals * G, ObjectSurface * obj, | |||
ObjectMap * map, int map_state, int state, f loat *mn, | ObjectMap * map, int map_state, int state, f loat *mn, | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |