f
f
Global SectionArticlesBookstoreDictionaryDownloadsDVDsEventsForumsGalleryJob ListingsNewsNewslettersSchools
 Advanced Search
USER: PASS:  Login  Register

Subscribe
Site Links
Home > Maya > Tutorials > Dynamics / FX > Creating the logo effect from Matrix > Page 1 Change background colorChange background colorChange background colorChange background color
Creating the logo effect from Matrix
Tutorial by Harley Zhao
Login to add a Bookmark 1 votes for an average rating of 4.00

Updated:   09/19/05

Works on:    Irix  Windows  Linux  MacOS-X
Maya Versions:   1.x, 2.x, 3.x, 4.x, 5.x, 6.x, 7.x
Readership Level:   Intermediate
Owner:   sdb1987
Author Name:  Harley Zhao

Maya expressions and dynamics is great. We can produce some cool special effects using maya.

Now we are going to reproduce some of the logo effect of the film "Matrix" using maya particles and expressions.Now let us begin.

First we need to create all the 26 letters ,from "a" to "z". Creat----text, open the option ,set the text type to poly. Type "abcd.......xyz" in the text box. Press "Create".



Now you have all the letters you want.Open the outline window, you can find that maya has create two groups. One contains all the curve of the letters and another contains the 26 mesh objects. Delete the group contains all the curve. Here we need only the group contains all the polygon letters.


Now we need to write a script to rename all the polygen letters to names that are easy for later use.use the script below to rename all the letters. Of course you can rename them by hand. ( I am not sure the script is optimised, maybe you can write one better, but this one really dose the work).

int $i;
string $t="abcdefghijklmnopqrstuvwxyz";
string $cmd="rename Trim_Char_";
for($i=1;$i<=26;$i++)
{string $temp;
$temp=eval("substring "+$t+" "+$i+" "+$i);
print($temp);
eval($cmd+$temp+"_1_1 "+"text"+$i);
};

type the script in your script editor and execute it.Now your outline window should show this.




now select all the polygon letters and Center pivot, translate to abs(0,0,0), then freezetransform. Then hide all of them.

Create a 10*20 nurbs plane. Select the plane and add a particle emitter to it.The emitter type is set to surface. Rotate the plane 180 degrees along z axis. Set the speed of the emission to about 15. emitter rate to 0.2 .


Now we will add one attribute to the particleshape node .
Select particleshape1, open the attribute editor. click the "general" under "add dynamic attributes"section. Add a new attribute named "index" and set the attribute type to "Array".


.




Continue Tutorial:  1 2 next page

Login to add a Bookmark 1 votes for an average rating of 4.00

Related Learning Tools
Maya Related DVDs



Modeling the Human Head
Maya Related Books



Advanced Maya Texturing and Lighting, 2nd Edition
Global DVDs



Shake: Tracking and Transforms

Top Rated Maya Tutorials

1. Maya Particle Instancer by Mike Harris (03/16/06)
2. Working With Macromolecular Data in Maya: DNA by robotball (08/29/05)
3. Particle Emission when objects collide by Alex Alvarez (10/23/06)
4. Pen writing on paper (Maya paint effects) by Duncan Brindsmead (10/24/06)
5. Making hair styles with Maya fur by Anuradha Jayathilaka (11/05/08)


Related Tips


No Results to Display


More Tutorials by sdb1987

1. Organic Modeling and Animation - Part Three (Anima by Alex Alvarez (10/09/05)
2. BACKLIGHT SHADER by Emmanuel Campin (09/07/05)
3. Modeling a Bottle by Kevin Mannens (09/06/05)
4. How to create a realistic looking turtle - Modelin by Denis Zen (09/06/05)
5. Subdivision Modeling of a Human by Peter Ratner (09/13/05)






Sponsors

Sponsor

Contact Us | Advertise | Post Jobs | Post News | Post Events | Terms