Движение вдоль кривой BLine

From Synfig Studio :: Documentation
Jump to: navigation, search
(Mention the homogenous parameter to control linear velocity.)
Line 1: Line 1:
 
<!-- Page info -->
 
<!-- Page info -->
{{Title|Following a BLine}}
+
{{Title|Движение вдоль кривой BLine}}
 
{{Category|Tutorials}}
 
{{Category|Tutorials}}
 
{{Category|Tutorials Advanced}}
 
{{Category|Tutorials Advanced}}
 
<!-- Page info end -->
 
<!-- Page info end -->
  
== Introduction ==
+
== Введение ==
  
If you are using version 0.61.08 or lower, please see the {{l|Following a BLine (the old way)|old version}} of this tutorial, since this version is about the 0.61.09 version.
+
Если вы используете версию 0.61.08 или ниже, то используйте {{l|Following a BLine (the old way)|старую версию}} этой статьи, эта статья актуальна для версии 0.61.09 и старше.
  
This tutorial will demonstrate how to make an object follow the path of an arbitrary curve, rotating to face the direction of travel.
+
Эта статья о том как создать объект следующий вдоль произвольной кривой и поворачивающий при этом в сторону направления следования.
  
== Summary ==
+
== Содержание ==
 +
Нам предстоит:
  
We're going to:
+
* {{l|Following a BLine#Create the Layers|Нарисовать кривую и "стрелку"}}
 +
* {{l|Following a BLine#Make the Arrow Move and Rotate|Связать стрелку и её "вращение"}} с кривой чтобы она следовала по ней
  
* {{l|Following a BLine#Create the Layers|Draw a curve and an arrow}}
+
=== Создаём новый файл ===
* {{l|Following a BLine#Make the Arrow Move and Rotate|Link the arrow's Origin and Rotation}} to the bline so the arrow follows the curve
+
  
== Tutorial ==
+
Файл > New
  
This is a brief tutorial giving an example of how to use it:
+
=== Создаём слои ===
  
=== Create the Animation ===
+
Выберите инструмент "Кривые"
 +
[[File:Bline_tool.png]]
  
File > New
+
поставьте флажок только напротив параметра "Создать кривую контура"
 
+
=== Create the Layers ===
+
 
+
select the BLine Tool
+
[[File:Bline_tool.png]]
+
  
enable just the Outline checkbox
+
нарисуйте кривую вдоль которой будет двигаться наша стрелка
  
draw a bline that you want the arrow to move along
+
нажмите кнопку "Создать кривую" в нижней части Панели Параметров Инструмента
  
click the "Make BLine" icon in the bottom left of the "Tool Options" panel to create the bline.
+
теперь, не переключаясь с инструмента "Кривые" выберите флажки "Создать кривую контура" и "Создать кривую области" на Панели Параметров Инструмента
  
 
still in the bline tool, enable Fill and Outline checkboxes in tool options
 
still in the bline tool, enable Fill and Outline checkboxes in tool options
 
[[File:Tool_Options.png]]
 
[[File:Tool_Options.png]]
  
draw an arrow or whatever, pointing to the right
+
нарисуйте стрелку или что то подобное, указывающую на право
  
switch to the "Normal" tool
+
переключитесь на инструмент трансформации.
  
 
select the outline, hit control-a to select all its ducks except the green position duck
 
select the outline, hit control-a to select all its ducks except the green position duck

Revision as of 07:39, 20 September 2012

Languages Language: 

English • čeština • Deutsch • español • français • русский


Введение

Если вы используете версию 0.61.08 или ниже, то используйте старую версию этой статьи, эта статья актуальна для версии 0.61.09 и старше.

Эта статья о том как создать объект следующий вдоль произвольной кривой и поворачивающий при этом в сторону направления следования.

Содержание

Нам предстоит:

Создаём новый файл

Файл > New

Создаём слои

Выберите инструмент "Кривые" Bline tool.png

поставьте флажок только напротив параметра "Создать кривую контура"

нарисуйте кривую вдоль которой будет двигаться наша стрелка

нажмите кнопку "Создать кривую" в нижней части Панели Параметров Инструмента

теперь, не переключаясь с инструмента "Кривые" выберите флажки "Создать кривую контура" и "Создать кривую области" на Панели Параметров Инструмента

still in the bline tool, enable Fill and Outline checkboxes in tool options Tool Options.png

нарисуйте стрелку или что то подобное, указывающую на право

переключитесь на инструмент трансформации.

select the outline, hit control-a to select all its ducks except the green position duck

drag the ducks so that the arrow is centred around the green position duck

add a rotate layer above the outline and region

encapsulate the rotate, outline, and region layers

so now you've got 2 top-level layers: a curved path, and an encapsulation containing an arrow and a rotate layer

Make the Arrow Move and Rotate

select the encapsulation layer by clicking it in the Layers panel

select its green position duck by clicking on it in the canvas window

additionally select the Rotate layer by holding Control and clicking it in the Layers panel

additionally select the blue "rotation amount" duck by holding Control and clicking on it in the canvas window

so now we should have 2 layers selected, and one duck from each of those 2 layers selected

now additionally select the curved bline layer (it should be the last layer in the Layer panel's list) by holding Control and clicking on it

right-click on the dotted line that indicates the position of the curved bline - not on any duck, but on the dotted link between ducks

from the context menu that pops up, select "Link to BLine" Link to Bline.png

the encapsulated arrow should move so that its green position duck is on the bline, and it should rotate so that the arrow points along the bline at that point

select just the encapsulation layer, and drag its green duck around. you'll see that the duck is constrained now to lie on the bline, and that dragging it also affects the rotation of the arrow as expected

we can now animate the arrow. turn on "animate edit mode" by clicking the icon in the bottom right of the canvas window.

at time 0f, drag the encapsulation layer's green position duck to one end of the bline

at time 5s, drag the same position duck to the other end of the bline

Try File > Preview or View > Play to watch the animation.

Results

This is the animation I ended up with: Arrow-follows-bline.sifz‎

Controlling the linear velocity

By default, the arrow takes the same time to move along each segment of the bline. So if there's a long straight part then a bendy complex part, the arrow will move much faster along the straight parts (since there will be less vertices in that part). In physics terms, the linear velocity (that is, the speed over the bline) is not constant.

By enabling the homogenous parameter of Link to BLine, the velocity becomes constant, as one almost always wants. See this demo.


Languages Language: 

English • čeština • Deutsch • español • français • русский