This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:tutorials:scrolling [2018/02/13 20:46 (7 years ago)] – ↷ Page moved from tutorials:scrolling to en:tutorials:scrolling iarwain | en:tutorials:scrolling [2020/08/31 05:44 (5 years ago)] (current) – ↷ Links adapted because of a move operation sausage | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Summary ===== | ===== Summary ===== | ||
- | See previous | + | See previous basic tutorials for more info about basic [[.objects:object|object creation]], [[.clocks:clock|clock handling]], [[.objects:frame|frames hierarchy]], |
This tutorial shows how to display a [[wp> | This tutorial shows how to display a [[wp> | ||
Line 28: | Line 28: | ||
The last point concerns the sky.\\ | The last point concerns the sky.\\ | ||
- | As seen in the [[frame|frame tutorial]], we set the sky object' | + | As seen in the [[.objects:frame|frame tutorial]], we set the sky object' |
This means the position set for the sky object in the config file will always be relative to the camera one.\\ | This means the position set for the sky object in the config file will always be relative to the camera one.\\ | ||
In other words, the sky will always follow the camera.\\ | In other words, the sky will always follow the camera.\\ | ||
Line 37: | Line 37: | ||
As usual, we begin by creating a viewport, getting the main clock and registering our '' | As usual, we begin by creating a viewport, getting the main clock and registering our '' | ||
Lastly, we create our '' | Lastly, we create our '' | ||
- | Please refer to the [[main_previous# | + | Please refer to the previous tutorials for more details. |
Now let's see our '' | Now let's see our '' | ||
Line 142: | Line 142: | ||
===== Resources ===== | ===== Resources ===== | ||
- | Source code: [[https://bitbucket.org/orx/orx/src/default/ | + | Source code: [[https://github.com/orx/orx/blob/master/ |
- | Config file: [[https://bitbucket.org/orx/orx/src/default/ | + | Config file: [[https://github.com/orx/orx/blob/master/ |