Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Camera Positioning is new as of version 1.3.0 alpha and later.

Description

Camera attributes allow for the positioning of a set of skin controls in perspective relative to the design eye of the skin screen (the default camera position).  The default camera position is the geometric center of the screen. You can move the camera to an alternate location for the rendering of the control.

Camera support is implemented on two controls:

  • Group - all controls contained within the group will be rendered using the camera position you specify in the skin xml.
  • Coverflow - setting the camera position on the coverflow control only will affect only the coverflow control

Examples

Position the camera 200 pixels below the center of the screen.

<camera xpos="0" ypos="200">yes</camera>

Disable the effect of the camera tag.

<camera xpos="0" ypos="200">no</camera>

Position the camera at the default location.

<camera xpos="0" ypos="0">yes</camera>

   

 

This page has no comments.