Compartilhe

Mostrando postagens com marcador AnimTree. Mostrar todas as postagens
Mostrando postagens com marcador AnimTree. Mostrar todas as postagens

Creating an AnimTree for UDK for your character








Ler Mais

Tutorial em Português-AnimTree

Tutorial sobre AnimTree, para quem não sabe o que é isso não tem nada a ver com animação de árvore.

O AnimTree é onde o player ou o bot encontram as animações nescessarias para andar, pular, abaixar, etc.

Antes de ver este tutorial, se você for usar uma mesh própria, assista ao tutorial sobre ActorX que eu mesmo fiz para importar suas meshs com animação para a UDK.
Siga o tutorial e boa sorte:


Post e tutorial por Matheus Willian
Ler Mais

AnimTree for UDK

I've remade the animtree videos here with improved audio and a better explanation of what the animtree is for and I'll be demonstrating how to put this in game once we have a couple of basic animations added to the animset first and then referenced by the animtree later!










The code I mention in the tutorial

class CustomGame extends UTGame
config(Mymod);
var CustomPlayerController currentPlayer;
function RestartPlayer(Controller aPlayer)
{
super.RestartPlayer(aPlayer);
`Log("Player restarted");
currentPlayer = CustomPlayerController(aPlayer);
currentPlayer.resetMesh();
currentPlayer.rSetBehindView(true);
currentPlayer.rSetCameraMode('ThirdPerson');
}
simulated function PostBeginPlay() {
local UTGame Game;
Super.PostBeginPlay();
Game = UTGame(WorldInfo.Game);
if (Game != None)
{
Game.PlayerControllerClass=Class'Mymod.CustomPlayerController';
}
}
defaultproperties
{
PlayerControllerClass=Class'Mymod.CustomPlayerController'
}
Ler Mais

Creating an AnimTree for UDK for your character













Ler Mais

AnimTree - Tutorial UDK en español

Ótimo tutorial em Espanhol ensinando como criar AnimTrees para seu Custon Player na UDK. Para quem não sabe, é preciso dominar este recurso para se construir personagens com animações próprias.



Ler Mais

Fórum UDKBrasil

Top View Semanal

Top View Mensal

Top View de todos os Tempos

 
UDK BRASIL | by TNB ©2010