Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retina Display support #5

Closed
xissburg opened this issue Sep 29, 2011 · 2 comments
Closed

Retina Display support #5

xissburg opened this issue Sep 29, 2011 · 2 comments

Comments

@xissburg
Copy link
Owner

Views are not drawn in full resolution in Retina Display, it is actually drawn in half the display's resolution in the bottom left corner of the texture. Should draw in the Retina Display resolution.

The cylinder property values are not scaled according to the screen scale. The position and radius should be proportional to the screen scale, which is 2 in Retina Display, and 1 in a normal display.

@xissburg
Copy link
Owner Author

Support for retina display was added, the texture is now drawn in full resolution, but there's still a mysterious and serious problem.. the texture looks really weird. It's got transparent vertical lines for some funny reason.

@xissburg
Copy link
Owner Author

"Scan lines" problem fixed. The trick is to divide the image dimensions by the screen scale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant