Browse Source

prototyping:playerbot look fix
need to pad the look animation out beyond 1 frame
it gets confused trying to lerp along the timeline otherwise

AzaezelX 3 năm trước cách đây
mục cha
commit
d826398f2d

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 3 - 3
Templates/BaseGame/game/data/Prototyping/shapes/Player/Playerbot.dae


+ 2 - 3
Templates/BaseGame/game/data/Prototyping/shapes/Player/Playerbot.tscript

@@ -18,8 +18,7 @@ function Playerbotdae::onLoad(%this)
    %this.addSequence("ambient", "Back", "51", "70", "1", "0");
    %this.addSequence("ambient", "Side", "71", "90", "1", "0");
    %this.addSequence("ambient", "Crouch_Root", "91", "120", "1", "0");
-   %this.addSequence("ambient", "Look", "121", "122", "1", "0");
+   %this.addSequence("ambient", "Look", "121", "127", "1", "0");
+   %this.setSequenceBlend("Look", "1", "ambient", "0");
    %this.setSequenceCyclic("Look", "0");
-   %this.setSequenceBlend("Look", "0", "", "0");
-   %this.setSequenceBlend("Look", "1", "ambient", "121");
 }

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác