class methods
- ofRendererCollection()
- ~ofRendererCollection()
- background()
- bind()
- clear()
- clearAlpha()
- disableAntiAliasing()
- disablePointSprites()
- draw()
- drawCircle()
- drawEllipse()
- drawLine()
- drawRectangle()
- drawString()
- drawTriangle()
- enableAntiAliasing()
- enablePointSprites()
- finishRender()
- get3dGraphics()
- getBackgroundAuto()
- getBackgroundColor()
- getCoordHandedness()
- getCurrentMatrix()
- getCurrentNormalMatrix()
- getCurrentOrientationMatrix()
- getCurrentViewMatrix()
- getCurrentViewport()
- getFillMode()
- getGLRenderer()
- getNativeViewport()
- getPath()
- getRectMode()
- getStyle()
- getType()
- getViewportHeight()
- getViewportWidth()
- isVFlipped()
- loadIdentityMatrix()
- loadMatrix()
- loadViewMatrix()
- matrixMode()
- multMatrix()
- multViewMatrix()
- popMatrix()
- popStyle()
- popView()
- pushMatrix()
- pushStyle()
- pushView()
- rendersPathPrimitives()
- rotateDeg()
- rotateRad()
- rotateXDeg()
- rotateXRad()
- rotateYDeg()
- rotateYRad()
- rotateZDeg()
- rotateZRad()
- scale()
- setBackgroundAuto()
- setBackgroundColor()
- setBitmapTextMode()
- setBlendMode()
- setCircleResolution()
- setColor()
- setCoordHandedness()
- setCurveResolution()
- setDepthTest()
- setFillMode()
- setHexColor()
- setLineSmoothing()
- setLineWidth()
- setOrientation()
- setPolyMode()
- setRectMode()
- setStyle()
- setupGraphicDefaults()
- setupScreen()
- setupScreenOrtho()
- setupScreenPerspective()
- startRender()
- translate()
- unbind()
- viewport()
variables
Extends
This class extends others, you can call their methods on an instance of ofRendererCollection too:
draw(...)
void ofRendererCollection::draw(const ofBaseVideoDraws &video, float x, float y, float w, float h)
draw(...)
void ofRendererCollection::draw(const ofFloatImage &img, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh)
draw(...)
void ofRendererCollection::draw(const ofImage &img, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh)
draw(...)
void ofRendererCollection::draw(const ofMesh &vertexData, ofPolyRenderMode mode, bool useColors, bool useTextures, bool useNormals)
draw(...)
void ofRendererCollection::draw(const ofShortImage &img, float x, float y, float z, float w, float h, float sx, float sy, float sw, float sh)
drawEllipse(...)
void ofRendererCollection::drawEllipse(float x, float y, float z, float width, float height)
drawLine(...)
void ofRendererCollection::drawLine(float x1, float y1, float z1, float x2, float y2, float z2)
drawRectangle(...)
void ofRendererCollection::drawRectangle(float x, float y, float z, float w, float h)
drawString(...)
void ofRendererCollection::drawString(const ofTrueTypeFont &font, string text, float x, float y)
drawTriangle(...)
void ofRendererCollection::drawTriangle(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3)
rotateDeg(...)
void ofRendererCollection::rotateDeg(float degrees, float vecX, float vecY, float vecZ)
rotateRad(...)
void ofRendererCollection::rotateRad(float radians, float vecX, float vecY, float vecZ)
setOrientation(...)
void ofRendererCollection::setOrientation(ofOrientation orientation, bool vflip)
setupScreenOrtho(...)
void ofRendererCollection::setupScreenOrtho(float width, float height, float nearDist, float farDist)
setupScreenPerspective(...)
void ofRendererCollection::setupScreenPerspective(float width, float height, float fov, float nearDist, float farDist)
viewport(...)
void ofRendererCollection::viewport(float x, float y, float width, float height, bool vflip=true)
Last updated 火曜日, 19 11月 2024 17:24:30 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue