#145727 - Noda - Wed Nov 21, 2007 1:18 am
Hi!
I would like to have the same effect as the introduction of a course in mario kart ds : having a 3D scene using both screen, like if it was a single big one.
I already have the double screen setup for 3D, but I don't have any idea on how to get the bottom screen viewpoint based on the top one to make the continuity between the screens...
Concretely: here is my top screen viewpoint:
how to calculate values for the bottom screen from theses?
Thanks.
Last edited by Noda on Wed Nov 21, 2007 4:19 am; edited 1 time in total
I would like to have the same effect as the introduction of a course in mario kart ds : having a 3D scene using both screen, like if it was a single big one.
I already have the double screen setup for 3D, but I don't have any idea on how to get the bottom screen viewpoint based on the top one to make the continuity between the screens...
Concretely: here is my top screen viewpoint:
Code: |
gluLookAt(0, -2.5, -5.2, 0, -4, 15, 0.0, 1.0, 0.0); |
how to calculate values for the bottom screen from theses?
Thanks.
Last edited by Noda on Wed Nov 21, 2007 4:19 am; edited 1 time in total