Thursday, February 26, 2009
demoreel from 2006
'Just wanted to upload this for easy access
Higher quality 2006 reel
-and you can spell "modelling" with two "l"s
Tuesday, February 24, 2009
Red Faction story Trailer
Pendulum did about 15 minutes of in-game cinematics for Red Faction Geurrila.
Saturday, February 21, 2009
Thursday, February 12, 2009
Wednesday, February 11, 2009
Golden Axe Cinematics.
watch the montage video.
and the Best sequence, where I modeled and textured the armor and the environment, among other things.
The videos are up on the Pendulum website.
Tuesday, February 10, 2009
script: "flip Z"
Because you can never have too many hotkeys in Maya, here's my latest
description: Flip selected object in Z.
just chance the attribute "scaleZ" to X and Y
description: Flip selected object in Z.
proc flip()
{
string $sel[] = `ls -sl`;
float $xVal = `getAttr ($sel[0] + ".scaleZ")`;
$xVal *= -1;
setAttr ($sel[0] + ".scaleZ") $xVal;
print $xVal;
}
flip();
just chance the attribute "scaleZ" to X and Y
Tuesday, February 3, 2009
Nemesis printed
"Nemesis" is a model that was never used from Dark Sector. 'Kinda disappointed he lost a lot of the detail I was hoping for, such as all the serrations I painstakingly modeled into the blade. But overall not bad for 30cm and 28$, I reordered the higher quality material that would be better for painting.
visit my 3d print shop
Subscribe to:
Posts (Atom)