This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofNoopRenderer Member List
This is the complete list of members for ofNoopRenderer, including all inherited members.
ofBaseRenderer::draw(const ofPath &shape, float x, float y) const | ofBaseRenderer | inlinevirtual |
ofBaseRenderer::draw(const ofMesh &mesh, ofPolyRenderMode renderType) const | ofBaseRenderer | virtual |
drawArrow(const glm::vec3 &start, const glm::vec3 &end, float headSize) const | ofBaseRenderer | virtual |
drawAxis(float size) const | ofBaseRenderer | virtual |
drawBox(float x, float y, float z, float width, float height, float depth) const | ofBaseRenderer | virtual |
drawBox(float x, float y, float z, float size) const | ofBaseRenderer | virtual |
drawBox(const glm::vec3 &position, float width, float height, float depth) const | ofBaseRenderer | virtual |
drawBox(const glm::vec3 &position, float size) const | ofBaseRenderer | virtual |
drawBox(float size) const | ofBaseRenderer | virtual |
drawBox(float width, float height, float depth) const | ofBaseRenderer | virtual |
drawCone(float x, float y, float z, float radius, float height) const | ofBaseRenderer | virtual |
drawCone(float x, float y, float radius, float height) const | ofBaseRenderer | virtual |
drawCone(const glm::vec3 &position, float radius, float height) const | ofBaseRenderer | virtual |
drawCone(float radius, float height) const | ofBaseRenderer | virtual |
drawCylinder(float x, float y, float radius, float height) const | ofBaseRenderer | virtual |
drawCylinder(float x, float y, float z, float radius, float height) const | ofBaseRenderer | virtual |
drawCylinder(const glm::vec3 &position, float radius, float height) const | ofBaseRenderer | virtual |
drawCylinder(float radius, float height) const | ofBaseRenderer | virtual |
drawGrid(float stepSize, size_t numberOfSteps, bool labels, bool x, bool y, bool z) const | ofBaseRenderer | virtual |
drawGridPlane(float stepSize, size_t numberOfSteps, bool labels) const | ofBaseRenderer | virtual |
drawIcoSphere(float x, float y, float z, float radius) const | ofBaseRenderer | virtual |
drawIcoSphere(float x, float y, float radius) const | ofBaseRenderer | virtual |
drawIcoSphere(const glm::vec3 &position, float radius) const | ofBaseRenderer | virtual |
drawIcoSphere(float radius) const | ofBaseRenderer | virtual |
drawPlane(float x, float y, float width, float height) const | ofBaseRenderer | virtual |
drawPlane(float x, float y, float z, float width, float height) const | ofBaseRenderer | virtual |
drawPlane(const glm::vec3 &position, float width, float height) const | ofBaseRenderer | virtual |
drawPlane(float width, float height) const | ofBaseRenderer | virtual |
drawRotationAxes(float radius, float stripWidth, int circleRes) const | ofBaseRenderer | virtual |
ofBaseRenderer::drawSphere(float x, float y, float radius) const | ofBaseRenderer | virtual |
ofBaseRenderer::drawSphere(const glm::vec3 &position, float radius) const | ofBaseRenderer | virtual |
ofBaseRenderer::drawSphere(float radius) const | ofBaseRenderer | virtual |
getBoxResolution() const | ofBaseRenderer | virtual |
getConeResolution() const | ofBaseRenderer | virtual |
getCylinderResolution() const | ofBaseRenderer | virtual |
getIcoSphereResolution() const | ofBaseRenderer | virtual |
getPlaneResolution() const | ofBaseRenderer | virtual |
getSphereResolution() const | ofBaseRenderer | virtual |
ofNoopRenderer() | ofNoopRenderer | inline |
rotateDeg(float degrees, float vecX, float vecY, float vecZ) | ofBaseRenderer | virtual |
rotateDeg(float degrees) | ofBaseRenderer | virtual |
rotateXDeg(float degrees) | ofBaseRenderer | virtual |
rotateYDeg(float degrees) | ofBaseRenderer | virtual |
rotateZDeg(float degrees) | ofBaseRenderer | virtual |
setBoxResolution(int res) | ofBaseRenderer | virtual |
setBoxResolution(int resWidth, int resHeight, int resDepth) | ofBaseRenderer | virtual |
setConeResolution(int radiusSegments, int heightSegments, int capSegments=2) | ofBaseRenderer | virtual |
setCylinderResolution(int radiusSegments, int heightSegments, int capSegments=2) | ofBaseRenderer | virtual |
setIcoSphereResolution(int res) | ofBaseRenderer | virtual |
setPlaneResolution(int columns, int rows) | ofBaseRenderer | virtual |
setSphereResolution(int res) | ofBaseRenderer | virtual |
~ofBaseRenderer() | ofBaseRenderer | inlinevirtual |