Skip to content

iPhone 6+ scale issue #14

@vheun

Description

@vheun

The retina display from the iPhone 6+ has a scale of 3.

ofxQCAR.mm line 216 needs to be changed to:

  ARViewBoundsSize.width *= [UIScreen mainScreen].scale;
    ARViewBoundsSize.height *= [UIScreen mainScreen].scale;

Since the scale for non retina displays is 1 the if can be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions