Archive for the ‘Uncategorized’ Category

http://forums.epicgames.com/showthread.php?t=707357

class MyGameInfo extends UTDeathmatch;

function StartMatch()
{
super(UTGame).StartMatch();
OurCode();
}

function OurCode()
{
}

move that mouse

function rotator GetAdjustedAimFor(Weapon W, vector StartFireLoc)
{
return Pawn.GetViewRotation();
}

Unreal Level development

http://udn.epicgames.com/Three/KismetUserGuide.html

http://udn.epicgames.com/Three/DesignWorkflow.html

http://udn.epicgames.com/search/?q=kismet

http://udn.epicgames.com/Three/UDKLevelCreationHome.html

http://udn.epicgames.com/Three/VideoTrainingModules.html

http://udn.epicgames.com/Three/MaterialsCompendium.html

Divine proportion for a beautiful face:
1-1.618

pentagon…?

Return top