|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SegmentListInfo | |
---|---|
org.proteinshader.graphics | Holds the drawing classes: Ribbon, Tube, FrenetFrames, Sphere, and Cylinder. |
org.proteinshader.graphics.displaylists | Holds the classes needed to manage OpenGL display lists, which are used to cache reusable geometry for spheres, cylinders, ribbon segments, and tube segments. |
Uses of SegmentListInfo in org.proteinshader.graphics |
---|
Methods in org.proteinshader.graphics with parameters of type SegmentListInfo | |
---|---|
void |
Ribbon.createDisplayLists(GL gl,
LocalFrame[] frames,
SegmentListInfo info)
Creates an OpenGL display list for the thin sides of the ribbon, and also calls on the createDisplayLists() method of superclass ExtrudedShape to save the OpenGL display lists for the main (broad surface) part of the ribbon and for the start and end caps. |
void |
ExtrudedShape.createDisplayLists(GL gl,
LocalFrame[] frames,
SegmentListInfo info)
Creates three OpenGL display lists: one created by calling draw(), one created by calling drawStartCap(), and one created by calling drawEndCap(). |
void |
Silhouette.drawRibbon(GL gl,
Segment s,
SegmentListInfo info,
boolean extraLines)
Draws a translucent black silhoutte of a ribbon segment using jitter. |
void |
Silhouette.drawTube(GL gl,
Segment s,
SegmentListInfo info,
boolean extraLines)
Draws a translucent black silhoutte of a tube segment using jitter. |
Uses of SegmentListInfo in org.proteinshader.graphics.displaylists |
---|
Methods in org.proteinshader.graphics.displaylists that return SegmentListInfo | |
---|---|
SegmentListInfo |
SegmentReferences.getSegmentListInfo(Segment segment)
Returns the SegmentListInfo object that stores information on the OpenGL display lists that have been cached for the Segment given as an argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |