I try to download Irrlicht for iPhone using TortoiseSVN from url
http://irrlicht.svn.sourceforge.net/vie ... es/ogl-es/
but I got error message "Repository moved temporarily to '/viewvc/irrlicht/branches/ogl-es/'; please relocate"
I find another url and download Irrlicht from it
https://irrlicht.svn.sourceforge.net/sv ... hes/ogl-es
But I have no find iPhone project. Only for MacOS.
What I'm doing wrong?
Sorry for my English.
Irrlicht iPhone problem
thanks.
I build Irrlicht for iPhone Simulator and write simple app.
Now I got a poblem with camera. Looks like camera viewport divided on 4.
I see only 1/4 left top part of the screen.
Camera in (0,150,0) look at (0, 0, 0).
Anybody know how to fix this?
Looks like on iPhone center of screen not in (0.5 0.5) as on Window.
I build Irrlicht for iPhone Simulator and write simple app.
Now I got a poblem with camera. Looks like camera viewport divided on 4.
I see only 1/4 left top part of the screen.
Camera in (0,150,0) look at (0, 0, 0).
Anybody know how to fix this?
Looks like on iPhone center of screen not in (0.5 0.5) as on Window.
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Oh yes, the higher resolution is interpolated internally, you might have access to the higher resolution with some CG commands as well. But in most cases, the default resolution is best to use. We should probably fix the VideoMode list for the mobile systems in the future, so one can check those values.