openframeworks / openframeworks/openFrameworks

ofCamera draw() should be more indicative of where the camera is facing.

Open
#774 3 comments 0 reactions 1 assignee View on GitHub

@ofZach is already working on this.

Since Dec 12, 2014.

core feature prelim-analysis
Dominant language
C++
Stars
10.4k
Forks
2.6k
Avg merge
1d 21h
Merged PRs (30d)
9

Description

at the moment, the ofCamera draw calls ofNode, which does't really give you a clear indication of which way the camera is looking. even that is weird, because a camera looks on -z, and the node draw draws a line on positive z.

I suggest we add something that draws a bit of a frustum (ie, fov, etc) and gives you a feeling about orientation.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.