|
Oolite 1.91.0.7712-251017-85ce217
|
#include <OOCrosshairs.h>
Instance Methods | |
| (id) | - initWithPoints:scale:color:overallAlpha: |
| (void) | - render |
| (void) | - dealloc [implementation] |
| (void) | - setUpDataWithPoints:scale:color:overallAlpha: [implementation] |
| (void) | - setUpDataForOnePoint:scale:colorComps:overallAlpha:data: [implementation] |
Private Attributes | |
| NSUInteger | _count |
| GLfloat * | _data |
Definition at line 35 of file OOCrosshairs.h.
|
implementation |
| - (id) initWithPoints: | (NSArray *) | points | |
| scale: | (GLfloat) | scale | |
| color: | (OOColor *) | color | |
| overallAlpha: | (GLfloat) | alpha |
Definition at line 55 of file OOCrosshairs.m.
References nil, and setUpDataWithPoints:scale:color:overallAlpha:.
| - (void) render |
Definition at line 80 of file OOCrosshairs.m.
References _count, _data, OO_ENTER_OPENGL, OOCheckOpenGLErrors(), OOGL, OOGLPopModelView(), OOGLPushModelView(), OOGLTranslateModelView(), OOSetOpenGLState, OOVerifyOpenGLState, OPENGL_STATE_OVERLAY, render, and UNIVERSE.
Referenced by render.
|
implementation |
Provided by category OOCrosshairs(Private).
Definition at line 142 of file OOCrosshairs.m.
References count.
Referenced by OOCrosshairs(Private)::setUpDataWithPoints:scale:color:overallAlpha:.
|
implementation |
Provided by category OOCrosshairs(Private).
Definition at line 113 of file OOCrosshairs.m.
References OOColor::getRed:green:blue:alpha:, and setUpDataForOnePoint:scale:colorComps:overallAlpha:data:.
Referenced by initWithPoints:scale:color:overallAlpha:.
|
private |
Definition at line 38 of file OOCrosshairs.h.
Referenced by render.
|
private |
Definition at line 39 of file OOCrosshairs.h.