reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

of3dGraphics Member List

This is the complete list of members for of3dGraphics, including all inherited members.

drawArrow(const glm::vec3 &start, const glm::vec3 &end, float headSize) constof3dGraphics
drawAxis(float size) constof3dGraphics
drawBox(float x, float y, float z, float width, float height, float depth) constof3dGraphics
drawBox(float x, float y, float z, float size) constof3dGraphics
drawBox(const glm::vec3 &position, float width, float height, float depth) constof3dGraphics
drawBox(const glm::vec3 &position, float size) constof3dGraphics
drawBox(float size) constof3dGraphics
drawBox(float width, float height, float depth) constof3dGraphics
drawCone(float x, float y, float z, float radius, float height) constof3dGraphics
drawCone(float x, float y, float radius, float height) constof3dGraphics
drawCone(const glm::vec3 &position, float radius, float height) constof3dGraphics
drawCone(float radius, float height) constof3dGraphics
drawCylinder(float x, float y, float radius, float height) constof3dGraphics
drawCylinder(float x, float y, float z, float radius, float height) constof3dGraphics
drawCylinder(const glm::vec3 &position, float radius, float height) constof3dGraphics
drawCylinder(float radius, float height) constof3dGraphics
drawGrid(float stepSize, size_t numberOfSteps, bool labels, bool x, bool y, bool z) constof3dGraphics
drawGridPlane(float stepSize, size_t numberOfSteps, bool labels) constof3dGraphics
drawIcoSphere(float x, float y, float z, float radius) constof3dGraphics
drawIcoSphere(float x, float y, float radius) constof3dGraphics
drawIcoSphere(const glm::vec3 &position, float radius) constof3dGraphics
drawIcoSphere(float radius) constof3dGraphics
drawPlane(float x, float y, float width, float height) constof3dGraphics
drawPlane(float x, float y, float z, float width, float height) constof3dGraphics
drawPlane(const glm::vec3 &position, float width, float height) constof3dGraphics
drawPlane(float width, float height) constof3dGraphics
drawRotationAxes(float radius, float stripWidth, int circleRes) constof3dGraphics
drawSphere(float x, float y, float radius) constof3dGraphics
drawSphere(float x, float y, float z, float radius) constof3dGraphics
drawSphere(const glm::vec3 &position, float radius) constof3dGraphics
drawSphere(float radius) constof3dGraphics
getBoxResolution() constof3dGraphics
getConeResolution() constof3dGraphics
getCylinderResolution() constof3dGraphics
getIcoSphereResolution() constof3dGraphics
getPlaneResolution() constof3dGraphics
getSphereResolution() constof3dGraphics
of3dGraphics(ofBaseRenderer *renderer)of3dGraphics
setBoxResolution(int res)of3dGraphics
setBoxResolution(int resWidth, int resHeight, int resDepth)of3dGraphics
setConeResolution(int radiusSegments, int heightSegments, int capSegments=2)of3dGraphics
setCylinderResolution(int radiusSegments, int heightSegments, int capSegments=2)of3dGraphics
setIcoSphereResolution(int res)of3dGraphics
setPlaneResolution(int columns, int rows)of3dGraphics
setSphereResolution(int res)of3dGraphics