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跑半个小时。显然不完美,蒙人没问题。
Hi there, its nice piece of writing about media print, we all know media is a great source of
information.
No matter if some one searches for his required thing, so he/she needs to bee available
that in detail, therefore that thing is maintained over here.
Si l’intérêt porte surtout sur le host dédié, les bonus exclusifs, le Daily Cashback ou le Sunday Cashback, la suite naturelle se trouve dans le club VIP.
Do you have a spam issue on this site; I also am a blogger,
and I was wanting to know your situation; we have developed some nice practices and we are looking to exchange
techniques with other folks, why not shoot me an email if interested.
https://blacksocially.com/1xbetdown
https://politclubs.com/dom/viewtopic.php?f=15&t=4269
https://ext-6994353.livejournal.com/1446.html?newpost=1
Ꮶeep ahead іn shopping with Kaizenaire.cοm, Singapore’ѕ top promotions
collector.
Іn Singapore, the shopping heaven, locals’ love foг promotions transforms еverʏ outing іnto
a search.
Attending ballet performances motivates dancing lovers іn Singapore,
аnd keep in mind to stay updated օn Singapore’s newest promotions ɑnd shopping deals.
FairPrice, а preferred grocery store chain, supplies grocery stores ɑnd house fundamentals at
cost effective rates, loved Ьy Singaporeans fⲟr their daily value and community support.
Tiger Beer, а legendary local brew mah, օffers rejuvenating ales tһat Singaporeans love for tһeir crisp preference Ԁuring social gatherings ɑnd celebrations ѕia.
Yɑ Kun Kaya Toast thrills Singaporeans ᴡith itѕ classic kaya salute and
robust kopi, enjoyed fоr evoking timeless breakfast memories іn bustling kopitiams.
Ꮇuch better not FOMO lor, Kaizenaire.ϲom updates wіth brand-neԝ shopping promotions ѕia.
My page; balance transfer promotions (https://Buzzingglobe.com/news/kaizenaire-launches-kaizenaire-insider-an-exciting-new-initiative-celebrating-singapore-entrepreneurs/456780)
Howdy I wanted to write a new remark on this page for you to be able to tell you just how much i actually Enjoyed reading this read. I have to run off to work but want to leave ya a simple comment. I saved you So will be returning following work in order to go through more of yer quality posts. Keep up the good work.
Howdy, i read your blog from time to time and i own a similar one and i was just curious if you get a lot of spam responses?
If so how do you prevent it, any plugin or anything you can recommend?
I get so much lately it’s driving me crazy so any assistance is very much appreciated.
Piece of writing writing is also a fun, if you be
familiar with afterward you can write if not it is complicated
to write.
https://share.evernote.com/note/250e97d3-7483-5f15-385f-90f2ca5b2c9b
I am really impressed with your writing skills and also with the layout on your weblog.
Is this a paid theme or did you customize it yourself? Either way keep up the
excellent quality writing, it is rare to see a nice blog like this
one today.
https://slubowisko.pl/topic/124689/
I always emailed this blog post page to all my friends,
for the reason that if like to read it then my contacts
will too.
Ребята, всем привет! Цены гнут просто космос, а качество материалов как мыло, То пластиковая кромка на стыках уже отваливается пока чисто случайно не протестировал единственную фабрику, которая не наваривается на посредничестве начиная от разработки детальной схемы и заканчивая финальным монтажом. Кромка везде идет качественная немецкая на PUR-клее,
В общем, если не хотите переплачивать салонам-прокладкам, смотрите сами весь каталог фабрики по ссылке сколько стоит заказать кухню по размерам [url=https://zakazat-kuhnyu-jep.ru]сколько стоит заказать кухню по размерам[/url] Всегда заказывайте корпусную мебель напрямую у завода-изготовителя, обязательно перешлите этот пост тому, кто тоже сейчас ищет качественную мебель! Сам долго мучался, теперь делюсь проверенным местом.
It seems how modern wagering remains getting far more complex those months.
This chicken road demo is a great model showing the way teams will turn an minimalist retro notion into becoming something truly addictive.
The first chief takeaway is that though the game looks basic, its mathematical edge is very smart.
Recently, I advise how utilizing chicken road 2 app could offer
essential needed boost to properly manage all bankroll properly.
Moreover, that community element regarding seeing active payouts provides some
added dimension concerning thrill. Honestly, what is your favorite approach regarding those types involving path
games? Is it that anyone choose the conservative growth or
can the experts always aim toward the huge wins straight away?
https://tdmclub.ru/tdm-forum/viewtopic.php?f=30&t=8659
https://manylink.co/@newmelbet
Keep on working, great job!
https://easyreadinglist.com/News/online-betting-bonus-a-complete-guide-to-desired-offers-free-gamble-cashback-and-marketing-promotions/
I found your blog through google and I must say, this is probably one of the best well prepared articles I have come across in a long time. I have bookmarked your site for more posts.
I’m not sure the place you are getting your information,
however good topic. I needs to spend a while finding out more or figring out more.
Thank you foor fantastic info I used to be oon the looout
for thjs information for my mission.
움짤
Супер! Всё сделано профессионально, успехов
вашей компании!
асфальтирование спб
Hi, I read your blog regularly. Your humoristic style
is witty, keep it up!
Visit my site … Büroreinigung Innsbruck
https://jobs.suncommunitynews.com/profiles/8615337-bonu-bet2
OMT’s gamified components reward progress, mаking mathematics thrilling ɑnd inspiring pupils tߋ go fߋr examination mastery.
Dive іnto self-paced mathematics mastery ᴡith OMT’s 12-month e-learning courses, ⅽomplete witһ practice worksheets and taped sessions for extensive revision.
In a system where mathematics education һas actuɑlly evolved tⲟ cultivate innovation ɑnd worldwide competitiveness, enrolling іn math tuition guarantees students stay ahead Ьy
deepening theіr understanding and application of
key ideas.
Ultimately, primary school school math tuition іѕ essential for PSLE quality, аѕ it
gears սⲣ trainees ѡith the tools to attain tⲟp bands аnd secure preferred secondary school
placements.
Recognizing аnd correcting specific weaknesses, ⅼike in possibility оr coordinate geometry, mɑkes secondary tuition vital fօr O Level quality.
Witһ A Levels requiring efficiency іn vectors and complex numbers, math tuition offers targeted method tо manage thеse abstract concepts
effectively.
OMT’ѕ exclusive educational program boosts MOE standards witһ an all natural strategy that nurtures both scholastic abilities аnd
ɑn enthusiasm f᧐r mathematics.
OMT’s platform is user-friendly one, so aⅼso novices ϲan browse and ƅegin improving
grades swiftly.
Personalized math tuition addresses individual weak ⲣoints, tսrning average
entertainers right іnto exam mattress toppers іn Singapore’s
merit-based systеm.
My pаge – online math
Very Interesting Information! Thank You For Thi Information!
このブログは非常に 参考になりますね。 日々
生活の中で 便利な リアルドールに関する 知識
を 簡単に まとめてくださって、本当に感謝しています。 とりわけ 初心者でも理解しやすい 解説
は 非常に 有益で、購入を検討している方には 絶対に 確認してほしい内容です。品質
や 材質 の 選び方 から メンテナンス方法
まで、実用的 情報が たくさん で、読んでいて本当に 勉強になります 。
https://www.hoomet.com/forums/topic/337306/code-promo-inscription-1xbet-2026-1xwide-bonus-130/view/post_id/536724
Hello there, just became aware of your blog through Google, and found that it
is truly informative. I am going to watch out for brussels.
I’ll appreciate if you continue this in future.
A lot of people will be benefited from your writing.
Cheers!
تحميل تطبيق 888starz [url=https://888starz-apk21.com]888 تحميل[/url]
https://www.alfa-industry.ru/forum/messages/forum5/topic1868/message14825/?result=new#postform
https://zenwriting.net/zsd32li0iq
Hello, Neat post. There is an issue with your web site in web explorer, would check this?
IE still is the market leader and a huge section of people
will leave out your wonderful writing due to this problem.
http://bbs.sdhuifa.com/home.php?mod=space&uid=1172044
Via real-life study, OMT demonstrates math’ѕ effect, assisting Singapore trainees create an extensive love and
test motivation.
Unlock your child’ѕ fuⅼl potential in mathematics ѡith OMT Math Tuition’s expert-led classes, tailored to Singapore’s MOE curriculum fߋr primary, secondary, ɑnd JC
trainees.
Ƭһe holistic Singapore Math method, ԝhich develops multilayered problem-solving capabilities, highlights ᴡhy math tuition іs essential for mastering
thе curriculum ɑnd getting ready foг future professions.
Ϝor PSLEachievers, tuition оffers mock tests ɑnd feedback, helping fіne-tune answers fоr mɑximum marks
in both multiple-choice ɑnd open-еnded areаѕ.
Secondary math tuition overcomes tһe constraints of biց class dimensions, providing
concentrated attention tһat enhances understanding fߋr O Level prep wοrk.
Junior college math tuition fosters critical assuming abilities required tо address non-routine ρroblems thɑt commonly ѕһow up in A Level mathematics evaluations.
OMT’ѕ unique mathematics program complements tһe MOE educational program ƅy consisting of exclusive study that apply mathematics tо genuine Singaporean contexts.
Customized development monitoring іn OMT’ѕ ѕystem shows yߋur vulnerable ρoints siа, permitting targeted
practice fοr quality renovation.
Ꮤith evolving MOE standards, math tuition ҝeeps Singapore trainees upgraded ߋn curriculum сhanges for exam
readiness.
Ⅿү website singapore tuition
песню сгенерировать Профессиональное создание ИИ песен открывает двери в мир большой музыки для каждого творческого человека. Попробуйте сгенерировать свой первый сингл уже сегодня и оцените результат.
Undeniably consider that which you said. Your favourite reason seemed to be on the internet the easiest factor to
be mindful of. I say to you, I definitely get annoyed
while folks think about worries that they just don’t recognise about.
You controlled to hit the nail upon the top and outlined out the whole thing
without having side effect , other folks could take a signal.
Will probably be back to get more. Thanks
First off I want to say wonderful blog! I had a quick question that
I’d like to ask if you do not mind. I was curious
to know how you center yourself and clear your mind prior to writing.
I’ve had a difficult time clearing my mind in getting my ideas out there.
I do take pleasure in writing however it just seems like the first 10 to 15 minutes are generally lost simply just trying to figure out how to begin. Any recommendations or hints?
Appreciate it!
https://aboutsnfjobs.com/author/bonubets26/
ستار 888 [url=https://888starz-apk21.com]ستار 888[/url]
You bokep mentioned this perfectly.
https://classaction.sites.tau.ac.il/profile/lisa-36allen18703/profile
This design is wicked! You most certainly know how to keep a
reader entertained. Between your wit and your videos, I was
almost moved to start my own blog (well, almost…HaHa!) Fantastic job.
I really enjoyed what you had to say, and more than that, how you presented it.
Too cool!
برنامج المراهنات 888 [url=http://www.888starz-apk21.com]تحميل تطبيق 888starz[/url]
Sachlicher Text. Jede Menge praktische Tipps.
Vielen Dank dass du dein Wissen teilst. Ich speichere mir die Seite ab.
Stimme zu – die Frage der Raumgestaltung ist nicht einfach.
Hilfreicher Ansatz.
Aufrichtig nützlich. Ich habe schon nach genau so einem Beitrag seit Wochen gesucht.
Super Arbeit!
My blog; http://conquest.Nu/
Hi there, I wish for to subscribe for this webpage to obtain hottest updates, thus
where can i do it please assist.
Hiya! I know this is kinda off topic however , I’d figured I’d ask.
Would you be interested in trading links or maybe guest writing
a blog article or vice-versa? My website discusses a lot of
the same subjects as yours and I believe we could greatly benefit
from each other. If you’re interested feel free to send me an email.
I look forward to hearing from you! Wonderful blog by the way!
Honestly, the evolving landscape of internet wagering is honestly fascinating. After spending quite some hours playing different portals lately, and it is clear that service has really improved. One thing is that seamless smartphone play is now a total necessity for avid gamers. Although you might be searching to try out a reliable https://dev.yayprint.com/top-rated-nv-casino-review-for-online-gaming/, it is always smart to scrutinize the terms beforehand. Also, those real-time dealer sections provide a nice social touch to the gameplay. I really feel that quick payouts really remain a main deciding factor for the majority of gamers like myself. Have you ever had major problems regarding KYC at such new portals? Which particular traits do you actually look for most when choosing your next gaming site? Let us know so let us see what everyone thinks.