Thanks, I'll try that.
Could you point me to the camera.set_viewport documentation? At least
in my Debian, there is none when I try help(camera.set_viewport).
Or, could you point me to the sources of soya? (to try and read the
method signature at least). There are a lot of files in
http://download.gna.org/soya/, but I have very little bandwidth and it
could take a while to find/download the right file.

Thanks.


On Mon, 7 Mar 2005 00:15:49 +0100, Jiba <[EMAIL PROTECTED]> wrote: 
> You can do it :
> 
>  * create several cameras
> 
>  * use camera.set_viewport to define the viewport
> 
>  * use the widget system (from soya.widget) to create a
> soya.widget.Group that you'll use as root widget, and then add the 2
> camera in the group
> 
>  * you may need to do "camera.partial = 1" for the second camera, to
> avoid clearing twice the background (and erasing the result of the first
> camera)
> 
> Jiba
> 
> _______________________________________________
> Soya-user mailing list
> [email protected] 
> https://mail.gna.org/listinfo/soya-user 
>

Reply via email to