Maya nParticle only calculates friction/stickness between particles and rigid bodies, not friction is encountered between particles. My guess is the algorithm complexity is too high. Anyway there is two relative easy ways to fake the effect, according to my searching.
想要用一个一包糖粒堆在物体(对又是它..)上的片段,发现Maya的nParticle只计算粒子和Rigid body的摩擦力不计算粒子和粒子间的摩擦力(想来是算法复杂度太高了),所以不管怎么搞最终都会摊成大烧饼,并且还会不停的抽搐.. 查了下大概有两个相对简单的方法
1. hold particles with a invisible rigid body. 2. Use RealFlow, which seems to have much more handy control over particles
I’m not happy with either. 1 is lame. 2 too much trouble, have to get hang of another environment. If I must do scripting, I choose to learn mel.

So the algorithm is:
It’s unlikely to mess with friction as I guessed above. I tried to modify per particle mass to let them stuck in the space. Yea that works but they tend to be headbutted by other particles and flying around.. for science. Later I googled out it’s possible to control force field per particle, with attribute named “Field name”_”option name”. That is to say adding attribute “gravityField1_magnitude” to nParticle2 will grant you control over per particle gravity from the field.
On creation:
[php]
global int $freezeCap=5; //be completely frozen after the cap rounds
global int $gravityPP=500;
global float $dragPP=100;
global float $accelerationTrigger=15; //the speed parameter to trigger ‘I’m free again!", which leads to free droping.
global int $n[100000]; //how many times have the particle been locked
global int $preVel[100000]; //velocity of last frame
global int $locked[100000];
nParticleShape4.dragField1_magnitude=0;
nParticleShape4.gravityField1_magnitude=$gravityPP;
global int $init=1;
if($init==1) {
int $i;
for($i=0;$i<100000;$i++) {
$n[$i]=0;
$locked[$i]=0;
}
$init=0;
}
[/php]
Before dynamics:
[php]
int $id=nParticleShape4.particleId;
float $vel=abs(nParticleShape4.velocity);
//print("nParticleShape2.velocity "+$nParticleShape2.velocity+"\n");
if($vel>$preVel[$id]+$accelerationTrigger) {
$n[$id]=0;
nParticleShape4.dragField1_magnitude=0; //If it’s free again, unlock and erase record
}
else {
$freezeFact=$n[$id]/$freezeCap; //progress bar of locking
if($freezeFact>1)
$freezeFact=1;
$n[$id]+=1;
nParticleShape4.dragField1_magnitude=$freezeFact*$dragPP; //increase drag force depending on locking level
nParticleShape4.gravityField1_magnitude=$gravityPP*(1-$freezeFact)*(1-$freezeFact); //parabola is better according to experiment
nParticleShape4.velocity=<<0,0,0>>;
}
$preVel[$id]=nParticleShape4.velocity;
[/php]
The script is not bad to me.. adjustable parameters are handy. Time efficiency is acceptable (as a former ACMer, I can confirm this is O(n), can’t be better). 20 million particles * 100 frames cost my i7 half an hour. Not perfect but enough for bragging.
1. 弄个透明的动画的rigid body来把粒子圈起来。 2. 用RealFlow,我只用RealFlow模拟水,但是显然那它对粒子的控制比Maya厉害得多。
两个方法我都不高兴,1太不屌爆,2太麻烦,要做很多熟悉另一个环境的工作,且要写脚本,所以不如来学下mel。下了本书叫Maya Python — for Games and Film,翻了一百页发现Python在Maya上基本是庞大的workflow中工程师为了其他人方便写的maya程序,并且也要有mel基础,不是我要的。

总之,思路是:
想要计算摩擦力显然是不现实的,说过了。我先通过改质量的途径让粒子满足条件时失去质量以停在原地不受重力影响,停是能停住但是会被别的particle撞飞.. 非常科学。后来查到可以使用 <力场名>_<属性名> 的方式控制Per Particle的行为,即,给nParticle2添加名为gravityField1_magnitude的attribute程序就会使用它来控制它受到重力场1的magnitude。然后通过DragField让particle稳定。我在注释里详细说。
粒子生成时脚本:
[php]
global int $freezeCap=5; //be completely frozen after the cap rounds
global int $gravityPP=500;
global float $dragPP=100;
global float $accelerationTrigger=15; //the speed parameter to trigger ‘I’m free again!", which leads to free droping.
global int $n[100000]; //how many times have the particle been locked
global int $preVel[100000]; //velocity of last frame
global int $locked[100000];
nParticleShape4.dragField1_magnitude=0;
nParticleShape4.gravityField1_magnitude=$gravityPP;
global int $init=1;
if($init==1) {
int $i;
for($i=0;$i<100000;$i++) {
$n[$i]=0;
$locked[$i]=0;
}
$init=0;
}
[/php]
动态前的脚本:
[php]
int $id=nParticleShape4.particleId;
float $vel=abs(nParticleShape4.velocity);
//print("nParticleShape2.velocity "+$nParticleShape2.velocity+"\n");
if($vel>$preVel[$id]+$accelerationTrigger) {
$n[$id]=0;
nParticleShape4.dragField1_magnitude=0; //If it’s free again, unlock and erase record
}
else {
$freezeFact=$n[$id]/$freezeCap; //progress bar of locking
if($freezeFact>1)
$freezeFact=1;
$n[$id]+=1;
nParticleShape4.dragField1_magnitude=$freezeFact*$dragPP; //increase drag force depending on locking level
nParticleShape4.gravityField1_magnitude=$gravityPP*(1-$freezeFact)*(1-$freezeFact); //parabola is better according to experiment
nParticleShape4.velocity=<<0,0,0>>;
}
$preVel[$id]=nParticleShape4.velocity;
[/php]
个人感觉这个还不错,有很多参数可以控制,效率也还行(前ACMer表示这个就是O(n)..不能再低了),200万粒子100帧i7跑半个小时。显然不完美,蒙人没问题。
We are a group of volunteers and starting a new
scheme in our community. Your site offered us with
valuable info to work on. You’ve done a formidable job and our whole community will be thankful to you.
Totalt hanterade Spelinspektionen 348 ansökningar, varav 69 handlade om att förnya
befintliga licenser.
本当に 上手に 表現されました。
ありがとう 、 これを 重宝 しています
!
おかげさま ! 素晴らしい アイテム !
このショップは 多くのファンに支持されている コスプレ衣装通販専門店です。
何より特筆すべきは 圧倒的な再現度 です。
安価な既製品のような 素材ではなく、風合いのある 生地を使用し、キャラクターのイメージを損なわずに 仕上げられています[reference:0][reference:1]。
縫製がしっかりしているので、長時間の着用でも疲れにくく、フィット感も抜群
です[reference:2]。
こだわりの装飾や {繊細なレースやリボン} など、ディテールの再現度が非常に高い のも大きな魅力です[reference:3][reference:4]。
幅広い キャラクターに対応しており、初心者からベテランまで に 支持されています[reference:5]。
間違いなく、日本を代表する コスプレ衣装ショップの 筆頭格 です。
I enjoy, lead to I discovered exactly what I used to be taking
a look for. You have ended my 4 day long hunt! God Bless you man. Have a great
day. Bye
https://www.instapaper.com/p/1xmaxcus
Habituellement, cela peut être fait en cliquant
sur le lien sur le site Web de jeu vers l’App Store ou les magasins d’applications Google Play.
Outstanding post however , I was wondering if you could write a litte more on this
subject? I’d be very grateful if you could elaborate
a little bit more. Thanks!
Do you have a spam problem on this blog; I also am a blogger, and I was curious about your
situation; many of us have developed some nice practices and we are looking to swap methods with others, please shoot me an e-mail if interested.
http://atora.ru/blogs/o_tom_o_sem/melbet-promokod-dlya-novichkov-vipbonus777.php
I would like to thank you for the efforts you’ve put in writing this site.
I really hope to check out the same high-grade blog posts by you in the future as well.
In fact, your creative writing abilities has inspired me to get my very own site
now 😉
https://llbs2web.at
Great article, totally what I wanted to find.
https://www.mtfbiologics.org/braday2022/simone-henderson
Hi there! I just finished reading this article, and I really wanted to share my experience.
As a sixteen-year-old guy who uses a wheelchair, I spend a lot of time online.
My parents were struggling with high currency conversion costs for their overseas transfers.
I wanted to help them out, so I researched
financial platforms and discovered Paybis.
The financials are incredible. For starters, Paybis charges zero Paybis fees on the
first credit card purchase. After that, the commission is a very clear
2.49%, plus the standard miner fee. When you look at traditional banks,
the cost difference is massive.
I helped them get verified in under 5 minutes, and now they buy USDT directly
with credit cards. Paybis supports over 40 fiat currencies!
Plus, the funds go instantly to their ledger, meaning no funds locked on an exchange.
Brilliant post, it totally validates how this platform fixed our
financial headaches!
WOW just what I was looking for. Came here by searching for RandM Einweg Vape
Grosshandel
https://pets4friends.com/profile-1666451
https://itinity.ru/node/5471
https://hoc.salomon.edu.vn/profile/1xbetpromo2027/
Its like you read my mind! You seem to know a lot about this, like you wrote the book in it or
something. I think that you can do with some pics
to drive the message home a little bit, but instead of that, this is great blog.
A fantastic read. I will certainly be back.
My brother suggested I might like this web site. He was entirely right.
This post actually made my day. You can not imagine simply
how much time I had spent for this info! Thanks!
генерация песен Простая нейросеть поможет трек создать для любого видеоролика, подкаста или презентации. Подберите идеальное звуковое сопровождение за пару минут.
JEETA 香港站為您提供最安全、最透明的網上娛樂體驗。擁有 MGA 國際認證,支援 4K 真人百家樂、高賠率足球投註及 3
分鐘閃電提款。立即註冊領取迎新獎勵。
Excellent post. Easy to read and understand.
Also visit my page … Hookers
很好的分享
,感謝提供這些資訊,讓我了解更多相關內容。
|
謝謝分享!
文章內容很完整,期待看到更多更新。
|
第一次來到這裡,網站內容很豐富。
分類清楚,閱讀起來很方便。
|
這篇文章寫得很好,介紹得很詳細。
希望之後可以看到更多類似的內容。
|
剛發現這個網站,整體設計很簡潔。
內容更新速度也很快,會繼續關注。
|
感謝分享這些精彩內容。
每次來都有新的發現,很喜歡這裡的整理方式。
|
文章資訊整理得很好,對訪客來說很容易找到需要的內容。
期待更多精彩文章。
|
這是一個不錯的平台,內容分類很方便。
謝謝站長花時間維護網站。
|
看完這篇文章後收穫不少。
希望未來能分享更多相關主題。
|
網站瀏覽體驗很好,頁面速度也很快。
支持網站持續更新。
|
很喜歡這類型的內容分享。
期待更多新的文章和資訊。
|
剛加入網站收藏,之後會回來看看最新更新。
謝謝提供這麼多內容。
Also visit my web-site: Pornbus
Great items from you, man. I’ve keep in mind your stuff previous to and you’re just extremely great.
I actually like what you’ve received here, certainly like what you are saying and the way during which you
assert it. You’re making it entertaining and you still care for to stay it
sensible. I can’t wait to read much more from you.
This is actually a wonderful website.
Whoa! This blog looks exactly like my old one! It’s on a
entirely different subject but it has pretty much the same page layout and design. Great choice of colors!
I am not sure where you are getting your information, but good topic.
I needs to spend some time learning much more or understanding more.
Thanks for great info I was looking for this info for my mission.
memek
Today, while I was at work, my sister stole my apple ipad and tested to see if
it can survive a forty foot drop, just so she can be a youtube
sensation. My iPad is now broken and she has 83 views.
I know this is entirely off topic but I had to share it with someone!
Hello, VIPWIN.sale là sân chơi uy tín với tốc độ mượt mà.
Trò chơi đa dạng từ casino, khuyến mãi hấp dẫn. Tôi thấy ổn định, anh em đang tìm nhà
cái thì nên thử nhé!Website: VIPWIN
Hi there! I just wanted to ask if you ever have any issues with hackers?
My last blog (wordpress) was hacked and I ended up
losing many months of hard work due to no back up. Do you have any
methods to protect against hackers?
Ultimately, OMT’s detailed solutions weave
delight right int᧐ mathematics education ɑnd learning, assisting students fɑll deeply crazy
аnd skyrocket in their exams.
Prepare for success іn upcoming tests wіth OMT Math Tuition’ѕ proprietary
curriculum, developed tⲟ cultivate іmportant thinking ɑnd confidence in evеry student.
Ꮤith mathematics incorporated perfectly
intⲟ Singapore’s classroom settings tߋ benefit bⲟth
teachers and trainees, devoted math uition enhances tһese gains
by providing customized support fߋr sustained achievement.
Ꮤith PSLE mathematics developing tο inclսde mοre interdisciplinary components, tuition қeeps trainees updated ߋn integrated
questions blending mathematics witһ science contexts.
Ιn Singapore’ѕ affordable education and learning landscape, secondary
math tuition οffers the added edge required to stand ⲟut in O Level rankings.
Ϝor those going aftеr H3 Mathematics, junior college tuition ⲟffers sophisticated advice on rеsearch-level topics
tⲟ master tһis difficult expansion.
OMT’ѕ proprietary syllabus boosts MOE criteria ƅy supplying
scaffolded discovering paths tһat slowly boost іn intricacy, constructing trainee ѕelf-confidence.
Bite-sized lessons mаke it simple to suit leh, leading t᧐ regular practice
аnd mᥙch better overall qualities.
Tuition in math aids Singapore students establish rate аnd
precision, crucial fοr finishing exams ᴡithin time restrictions.
Ꮇy blog :: math tuition singapore
Скидки до 50% на эскорт в Питере
от spb-elite-escorts.com https://brappedwiki.com/index.php/User:MarcyDarnell
Saved as a favorite, I love your blog!
Visit my site; oak furniture
http://www.izolacniskla.cz/forum-detail.php?dt_id=25539
https://disqus.com/by/promolinebet/about/
https://buyandsellhair.com/author/roryrason/
Kaizenaire.cߋm succeeds аs the supreme manager of Singapore’ѕ shopping promotions.
Ϝrom Bugis tо Sentosa, Singapore’ѕ shopping pradise lures residents ԝith promotions that mɑke evеry deal ѕeem lіke a prize.
Yoga classes іn serene studios һelp Singaporeans қeep equilibrium in thеіr hectic lives, ɑnd
remember to stay upgraded оn Singapore’s lаtest promotions аnd
shopping deals.
Axe Brand Universal Oil supplies medicated oils
fоr pain relief, loved ƅy Singaporeans fоr their effective solutions
in daily pains.
Guocoland develops property аnd industrial buildings lor, valued Ƅy Singaporeans fоr their luxurious developments
ɑnd urban living options leh.
Уa Kun Kaya Toast thrills Singaporeans ѡith itѕ timeless kaya salute аnd durable kopi, loved fοr evoking
classic breakfast memories іn dynamic kopitiams.
Ⅾon’t be bljr lor, see Kaizenaire.com routinely
mah.
Ꮮook intо mу web-site singapore promo
Unquestionably imagine that which you stated. Your favorite reason appeared to be at the
web the easiest factor to understand of. I say to you, I definitely get
annoyed while folks consider concerns that they plainly do not understand about.
You managed to hit the nail upon the top and outlined out the
whole thing without having side effect , other people could take a signal.
Will probably be again to get more. Thank you
Rzeczowy artykuł. Mnóstwo przydatnych inspiracji.
Pozdrawiam za ten materiał. Na pewno tu wrócę.
Masz rację – sprawa wystroju bywa niełatwa. Przydatne podejście.
Naprawdę przydatne. Szukałam czegoś takiego właśnie tego.
Pozdrawiam!
my website: Reginald
https://www.phoenixhostel.co.uk/profile/lisa-36allen23926/profile
Greetings! Quick question that’s entirely off topic.
Do you know how to make your site mobile friendly?
My site looks weird when viewing from my iphone4. I’m trying
to find a theme or plugin that might be able to fix this
problem. If you have any suggestions, please share.
Appreciate it!
Wonderful blog! I found it while browsing on Yahoo News.
Do you have any tips on how to get listed in Yahoo News?
I’ve been trying for a while but I never seem to get there!
Thank you
https://stepik.org/users/1330628846/profile?auth=registration
https://bbarlock.com/index.php/User:Betwinnerkod
I think that is among the so much significant information for me.
And i’m satisfied studying your article. However want to statement on some
general things, The web site style is perfect, the articles is actually great
: D. Just right process, cheers
Hi everyone! Just read this article, and I just had to drop a
comment. As a sixteen-year-old guy living with a physical disability,
I do a lot of web research.
My parents were having a hard time with
massive bank fees for their monthly payments.
I wanted to help them out, so I dug into financial platforms and discovered Paybis.
The fee structures are game-changing. For starters, Paybis charges zero Paybis fees on the initial debit or credit card transaction. After
that, the fee is a transparent 2.49%, plus the blockchain network fee.
When you look at Western Union, the cost difference is massive.
I helped them pass KYC in just a few minutes,
and now they buy crypto directly with USD or
EUR. Paybis supports dozens of global fiat options! Plus, the funds go straight to
their external wallet, meaning no withdrawal holds.
Awesome write-up, it perfectly matches how I helped my
family save money!
https://kanalico.ru/forum/topic/promokod-mostbet-privetstvennyy-2026-most250/#postid-3681
Need for Spin var piedāvāt interesantiem slotiem.|
Ērts interfeiss, lapa šķiet pārskatāma!|
Patīkami, ka Need for Spin Kazino nav pārāk sarežģīts.|
Spēlētājiem, kuri meklē slotu spēles, Need for Spin Casino Latvijā
varētu šķist interesants.|
Akcijas šeit var būt labs iemesls apskatīt vietni.|
Pirms iemaksas veikšanas būtu labi iepazīties ar spēles noteikumiem.|
Visumā Need for Spin Casino varētu būt labs variants kazino spēļu cienītājiem!
This is the wave – the big wave.
What’s Happening i am new to this, I stumbled upon this
I’ve found It absolutely helpful and it has helped me out loads.
I hope to give a contribution & aid different customers like its helped me.
Good job.