openframeworks / openframeworks/openFrameworks
ofCamera draw() should be more indicative of where the camera is facing.
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.