Introduction to Maya - Modeling Fundamentals Vol 1
This course will look at the fundamentals of modeling in Maya with an emphasis on creating good topology. We'll look at what makes a good model in Maya and why objects are modeled in the way they are.
# 16 16-03-2005 , 08:39 PM
twisteddragon33's Avatar
Registered User
Join Date: Apr 2003
Location: New York, USA
Posts: 1,945
For the glass you might be able to have the drops sticking out half way. Create a cylinder the same proportions as the bottle and boolean cut away the inside of the drops... You might have to use polygonal drops though. But it should work.


________________________
AIM: SublimeDragon33
Catch me if i'm on. Always up for a chat.
e-mail: sublimedragon33@gmail.com
# 17 21-03-2005 , 12:16 PM
Subscriber
Join Date: Nov 2004
Location: Rome (Italy)
Posts: 14

Update...

Looks like I'm getting closer!
I've started the whole thing up again with Particles... (pretty stubborn, am I not? ;-)p

I've managed to keep the particles emitted from the can's surface stucked on the surface itself (1/2 way), simply setting to zero the "normals velocity" value in the "ParticleShape" tab. And by raising the "Threshold" value I've even gotten the closest drops to join together as a single shaped-like ones.
As for the randomness of each drop's size, I solved the problem with a pretty simple expression, adding the "radiusPP" field in the same tab and editing the field like this:
Code:
particleShape1.radiusPP = rand (0.05, 0.5);
The result is a way faster rendering time (even with "visible in reflections/refraction" enabled) and a more natural look of the drops' positioning.


The problem I now have is that, even if the particles seems to be ditributed randomly - but uniformly - around the can (in the persp panel), once I render them in MR, they looks as if they're aligned along the Vs of the can's UVs. So that I have areas filled in vertical direction by drops, alternated by empty ones.

I'm planning to solve the problem by painting a texturemap directly on the can's surface with the painter tool, or appliyng a distorted Ramp to the particles and make'em "emit from black" parts of the texture.
I think this way I can obtain a better control on the areas I want to be filled with random drops, areas I want the drop to be less visible (by setting the color to gray instead of black) and force the drop to be emitted from areas which are now... "dropless".

What do U think?
Am I followin' the right path?

Oh... Another doubt;
What if I wanted to insert a - say - "Turbulence" field to randomize the particles drops around the can? Is there a way to keep on having each drop *stucked* 1/2 way on the can?
(If I do it right now, the drops get floating away from it).

TNX ;-)

cià
ale


If you can keep your head when all about you are losing theirs,
it's just possible you haven't grasped the situation.
Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads