Difference between revisions of "MC-Basic:element.BLENDINGFACTORPREVIOUS/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 缩写 == BFPrev == 格式 == ?<element>.BlendingFactorPrevious<br> <element>.BlendingFactorPrevious = <''value''> == 适用版本 == == 描述 == The [[...")
 
Line 11: Line 11:
  
 
== 描述 ==
 
== 描述 ==
 +
前一运动的的[[MC-Basic:element.BLENDINGFACTOR|'''BF''']]是指之前的运动和现在的运动之间是适用的。
  
The [[MC-Basic:element.BLENDINGFACTOR|'''BF''']] of the previous motion meant to be applied between the previous motion and the current one. If no such overwriting is desired BFPrev must be set to -1.
+
该运动到路径的百分比将与下一个运动可以不混合。<br>
 
+
0% – 第二个运动的混合在第一运动开始时开始。<br>
Percentage of the movement length that will be not blended with the next movement. <br>
+
100% – 第二运动的混合在第一运动结束时开始(无混合)。<br>
0% – blending of second movement started from the beginning of the first one. <br>
 
100% – blending of second movement started from the end of the first one (no blending).
 
  
 
== 类型 ==
 
== 类型 ==
Line 34: Line 33:
  
 
== 限制 ==
 
== 限制 ==
Mixed profiler types are not valid , Modal/Nodal
+
混合的轨迹类型无效,Modal / Nodal
  
 
== 例子 ==
 
== 例子 ==

Revision as of 06:29, 5 September 2017

语言: [[::MC-Basic:element.BLENDINGFACTORPREVIOUS|English]]  • [[::MC-Basic:element.BLENDINGFACTORPREVIOUS/zh-hans|中文(简体)‎]]

缩写

BFPrev

格式

?<element>.BlendingFactorPrevious

<element>.BlendingFactorPrevious = <value>

适用版本

描述

前一运动的的BF是指之前的运动和现在的运动之间是适用的。

该运动到路径的百分比将与下一个运动可以不混合。
0% – 第二个运动的混合在第一运动开始时开始。
100% – 第二运动的混合在第一运动结束时开始(无混合)。

类型

Double

取值范围

-1 to 100

单位

Percents of the segments length

默认

-1 (not active)

使用范围

Task or Terminal

限制

混合的轨迹类型无效,Modal / Nodal

例子

Axis
A1.BlendingFactorPrevious= 10
?A1.BlendingFactorPrevious

Group
G1.BlendingFactorPrevious= 10
?G1.BlendingFactorPrevious


参考