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跑半个小时。显然不完美,蒙人没问题。
https://astra-hotel.ch/
Consistent primary math tuition helps үoung learners overcome common challenges ѕuch aѕ
model drawing and rapid calculation skills, ԝhich аre heavily
tested іn school examinations.
Regular secondary math tuition equips students tօ overcome persistent challenges — ρarticularly tіme pressure
in ρroblem-solving, graph analysis, ɑnd multi-step logical reasoning.
Ιn Singapore’ѕ intensely demanding JC landscape, JC mathematics tuition proves indispensable fⲟr students to confidently conquer advanced topics ⅼike vectors,
complex numƅers, sequences аnd series, probability,
аnd statistical methods tһat carry substantial emphasis
іn A-Level papers.
Secondary students tһroughout Singapore increasingly choose remote
secondary-level math coaching tο obtain instant feedback on practice papers ɑnd recurring errors іn topics ⅼike logarithms аnd calculus, speeding ᥙp improvement tօward Α1
or A2 results in Additional Mathematics.
Bʏ linking mathematics to imaginative jobs, OMT stirs up an enthusiasm іn students, encouraging tһem to accept the subject and pursue exam proficiency.
Join ߋur small-grօup on-site classes іn Singapore
for individualized assisfance іn a nurturing environment that constructs strong fundamental math abilities.
Тhe holistic Singapore Math method, ԝhich builds multilayered
ⲣroblem-solving abilities, highlights ѡhy math
tuition іs important for mastering tһе curriculum and getting ready for future professions.
Ϝor PSLE achievers, tuition supplies mock examinations ɑnd feedback, helping refine responses fⲟr maximum marks in bߋtһ multiple-choice
ɑnd open-ended sections.
Detailed responses from tuition teachers оn technique efforts aids secondary
pupils gain fгom mistakes, enhancing precision fοr tһe real O Levels.
Tuition incorporates pure ɑnd applied mathematics seamlessly,
preparing students fоr tһe interdisciplinary nature оf A Level troubles.
OMT’ѕ personalized math curriculum sticks օut by bridging MOE ⅽontent wіth
sophisticated conceptual web ⅼinks, assisting trainees attach ideas
tһroughout νarious mathematics topics.
Parental access tо advance records one, allowing
support іn your hⲟme for continual quality improvement.
Specialized math tuition fоr O-Levels assists Singapore secondary
trainees differentiate tһemselves in a congested candidate swimming pool.
Нave a looқ at my web site: Singapore A levels Math Tuition
Incredible points. Solid arguments. Keep up the great effort.
If some one desires expert view regarding blogging then i recommend him/her to go to see this blog, Keep
up the good work.
Every weekend i used to go to see this web site, because i wish
for enjoyment, since this this site conations
actually good funny information too.
An outstanding share! I have just forwarded this onto a
colleague who had been doing a little research on this.
And he actually ordered me dinner due to the fact that
I discovered it for him… lol. So allow me to reword this….
Thank YOU for the meal!! But yeah, thanx for spending time to discuss this matter here on your web page.
Also visit my blog post: А片
Spot on with this write-up, I truly believe this site needs
far more attention. I’ll probably be returning to read more, thanks for
the advice!
There’s definately a lot to find out about this topic.
I really like all the points you have made.
At this time I am going away to do my breakfast, afterward having my breakfast coming over again to read more news.
Howdy! I know this is sort of off-topic however I had to ask.
Does managing a well-established blog such as yours take a massive amount work?
I am completely new to operating a blog but I do write in my
journal daily. I’d like to start a blog so I
will be able to share my personal experience and views online.
Please let me know if you have any kind of ideas or tips for new aspiring blog owners.
Appreciate it!
There is certainly a great deal to know about this issue.
I really like all the points you made.
This text is invaluable. How can I find out more?
Ciekawy artykuł. Dużo wartościowych informacji. Pozdrawiam za
ten materiał. Zapisuję do ulubionych.
Trafnie napisane – sprawa urządzania wnętrz potrafi być
niełatwa. Dobrze, że ktoś to wyjaśnia.
Bardzo inspirujące. Szukałam podobnych porad właśnie tego.
Super robota!
my web site; Leigh
يستند 888starz إلى ترخيص Curaçao رسمي يحمي أموال اللاعب وبياناته.
تضم غرف اللعب المباشر ما يزيد عن 250 طاولة بموزعين فعليين.
يمنح الرهان المباشر احتمالات محدّثة لحظيًا أثناء المباريات.
كما تتوفر عروض دورية من كاش باك ورهانات مجانية وبطولات.
888starz [url=https://888starzs18.com/]888starz[/url]
يمكن فتح حساب جديد عبر الهاتف أو البريد في دقائق قليلة.
Слушайте кто играет То выплаты задерживают Денег слил на всяком говне Короче, нашел наконец толковое казино — вавада казино зеркало Поддержка отвечает сразу В общем, смотрите сами по ссылке — vavada официальный сайт [url=https://daostone.ru]vavada официальный сайт[/url] Не ведитесь на лохотроны Перешлите тому кто тоже ищет нормальное казино
https://blogosm.com/code-promo-profitez-des-promotions-les-plus-attractives
تعمل المنصة برخصة كوراساو الصادرة لشركة Bittech B.V. التي تضمن نزاهة اللعب.
يجد اللاعب في 888Games عناوين لا تتوفر خارج منصة 888starz.
يمكن الرهان على أحداث من دوري الأبطال إلى مباريات مصر.
ينتظر اللاعبين النشطين برنامج أسبوعي من كاش باك وجوائز.
888 starz [url=https://888starzs18.com/]888 starz[/url]
يمكن فتح حساب جديد عبر الهاتف أو البريد في دقائق قليلة.
Ciekawy wpis. Sporo praktycznych porad. Dzięki za podzielenie się.
Polecam innym.
Masz rację – temat urządzania wnętrz potrafi
być trudna. Dobrze, że ktoś to wyjaśnia.
Naprawdę przydatne. Szukałam podobnych porad od dawna.
Dziękuję!
my web page – Tracie
https://jmplancul.net/
Heya i’m for the primary time here. I found this board and
I find It truly useful & it helped me out much. I
hope to present something again and help others such as you aided me.
Модели бренда — представляют собой удачный микс итальянской элегантности и современных веяний.
Отличительной особенностью подобных пар является яркий внешний вид с сочетанием дорогих тканей и узнаваемой фурнитуры.
Эти кроссовки великолепно сочетаются для повседневной эксплуатации, добавляя в стиль долю роскоши.
https://tltrock.ru/material/2026-07-11-tyomnyy-prikaz-kak-v-ekaterinburge-po-zayavke-opg-tsentr-pogibli-oligarkh-i-ego-okhrannik.html
Дубликаты государственных номеров на авто в Москве
доступны для заказа в кратчайшие
сроки заказать дубликат номера на автомобиль обращайтесь к
нам для получения надежной помощи и гарантии результата!
يفتح 888starz أمام لاعبي مصر بوابة واحدة للكازينو والمراهنات الرياضية.
يبرز الموقع مجموعة 888Games الخاصة بنتائجها السريعة.
يمنح الرهان المباشر احتمالات محدّثة لحظيًا أثناء المباريات.
ينال المراهن الرياضي بونص أول إيداع بنسبة 100% حتى 100 يورو.
888stars [url=https://888starzs18.com/]888stars[/url]
يوفر 888starz الدفع عبر Visa و Mastercard و Skrill والكريبتو.
Слушайте кто ремонт затеял Объединить комнаты А тут столько бумаг Короче, единственные кто берётся за всё — перепланировка квартиры с авторским надзором Техзаключение оформили В общем, жмите чтобы не потерять — согласовать перепланировку [url=https://pereplanirovka-kvartir-rbz.ru]https://pereplanirovka-kvartir-rbz.ru[/url] Потом дороже выйдет Перешлите тому кто ремонт затеял
Świetny wpis. Dużo praktycznych wskazówek. Super za ten materiał.
Będę zaglądać częściej.
Masz rację – sprawa wystroju potrafi być wymagająca.
Wreszcie konkrety.
Szczerze pomocne. Szukałem takich informacji właśnie tego.
Pozdrawiam!
Stop by my site: Shanna
Слушайте внимательно А жить на что-то надо Объездил кучу сайтов Короче, нашел отличный сайт — работа онлайн Казахстан удаленно Проживание и питание часто включены В общем, вся инфа вот здесь — сайт для работы [url=https://vakansii.sitsen.kz]https://vakansii.sitsen.kz[/url] Не сидите без денег Перешлите тому кто ищет работу
Ребята кто играет А поддержка молчит как рыба Нервов потратил — мама не горюй Короче, нашел наконец толковое казино — vavada официальный сайт Фриспины и акции каждый день В общем, жмите чтобы не потерять — вавада официальный сайт [url=https://kurica2.ru]вавада официальный сайт[/url] Только вавада реально рулит Перешлите тому кто тоже ищет нормальное казино
Greetings I am so delighted I found your webpage, I really found you by accident, while I was researching on Digg for something else, Nonetheless I am here now and
would just like to say cheers for a remarkable post and a all round entertaining blog (I also love the
theme/design), I don’t have time to go through it all at the minute but
I have bookmarked it and also added your RSS feeds, so when I have time
I will be back to read a great deal more, Please do
keep up the great job.
Thank you for sharing these thoughtful and well-reasoned observations. The objective presentation makes it extremely easy to process the information and understand the big picture.
https://win.info.pl/
Bardzo dobry materiał. Wiele praktycznych wskazówek. Super za ten materiał.
Czekam na więcej.
Masz rację – sprawa wystroju potrafi być wymagająca. Wreszcie konkrety.
Bardzo inspirujące. Szukałem takich informacji właśnie tego.
Pozdrawiam!
Here is my webpage … Maya
What’s up, everything is going fine here and ofcourse every one is sharing facts,
that’s in fact excellent, keep up writing.
Разумное отношение к азарту — это подход к игровым развлечениям, базирующийся на самоограничении и осознании рисков.
Она подразумевает добровольное ограничение продолжительности и бюджета на игру.
Любой участник должен заранее определять пределы потерь и неукоснительно их придерживаться.
https://nanmed.ru/read/3945-pistolet-v-ruki-adres-dan-millioner-s-rublyovki-predstanet-pered-sudom-za-ubiystvo-uralskogo-biznesmena-sovershyonnoe-tri-desyatiletiya-nazad/
Study Kaizenaire.ⅽom, tһe leading curator of promotions for neighborhood customers.
Singapore’ѕ allure as a shlpping paradise is improved by Singaporeans whо transform
promotions іnto gatherings and shared happiness.
Running ɑl᧐ng tһe Singapore River stimulates morning routine Singaporeans, аnd keep in mind to stay upgraded օn Singapore’s m᧐st current promotions and shopping deals.
Shopee, а leading ecommerce syѕtem, markdts ԝhatever from gadgets t᧐ grocery stores, beloved Ьу Singaporeans foг іts flash sales and easy tⲟ uѕе application.
Ꮐreat Eastern offeгs life insurance coverage ɑnd wellness security prepares lor, cherished Ƅy Singaporeans for their tһorough insurance coverage ɑnd satisfaction іn uncertain times leh.
Tee Yih Jia ices up springtime roll wrappers аnd dim ѕum, preferred fоr high quality frozen gooⅾs in supermarkets.
Eh, clever Singaporeans mah, ѕee Kaizenaire.com constantlү lah.
Take a look at my website; singapore promotions
Naprawdę dobry artykuł. Wiele wartościowych porad.
Dziękuję za podzielenie się. Zapisuję do ulubionych.
Trafnie napisane – temat wystroju jest trudna. Wreszcie konkrety.
Naprawdę pomocne. Szukałem takich informacji już jakiś czas.
Dziękuję!
Here is my website Kathlene
Hello there! This post could not be written any better! Reading this post reminds me of my
previous room mate! He always kept talking about this. I will forward this article to
him. Fairly certain he will have a good read. Thanks for sharing!
I just like the helpful information you provide on your articles.
I’ll bookmark your weblog and check once more here regularly.
I am rather sure I’ll be told plenty of new stuff right right
here! Good luck for the next!
If some one needs expert view regarding blogging afterward i recommend him/her to go to
see this weblog, Keep up the pleasant work.
Link exchange is nothing else except it is just placing the other person’s webpage link
on your page at suitable place and other person will
also do similar for you.
Народ всем привет Замучился я уже с этим согласованием Мосжилинспекция без проекта даже не смотрит Нервов просто нет Короче, ребята реально толковые — проект перепланировки квартиры под ключ И чертежи нарисовали В общем, сохраняйте себе — проект на перепланировку квартиры [url=https://proekt-pereplanirovki-kvartiry-qxr.ru]проект на перепланировку квартиры[/url] Потом себе дороже Перешлите тому кто ремонт затеял
تم تعريب التطبيق بالكامل ليكون مريحًا لمستخدمي الهواتف في مصر.
يستقر ملف 888starz apk في مجلد التحميلات جاهزًا لخطوة التثبيت.
لا يستغرق التثبيت وقتًا طويلًا ويمكن تسجيل الدخول مباشرة بعده.
يستطيع المستخدم في مصر إيداع الأموال وسحبها مباشرة من التطبيق.
يصدر 888starz إصدارات جديدة من apk بشكل دوري لتحسين الأداء.
يجد المستخدم في مصر مساعدة فورية عبر الدردشة داخل تطبيق 888starz.
888starz apk [url=https://trurofoodfestival.com/rabit-amn-888starz-apk-android-tahdithat/]888starz apk[/url]
I could not resist commenting. Perfectly written!
Bardzo dobry materiał. Dużo konkretnych informacji.
Dzięki że dzielisz się wiedzą. Czekam na
więcej.
Zgadzam się – temat doboru mebli bywa trudna. Przydatne podejście.
Szczerze pomocne. Szukałam podobnych porad od dawna. Super
robota!
Also visit my web site – https://cac5.altervista.org/index.php?title=utente:islabernal17911
Can I just say what a relief to seek out someone who actually knows what theyre speaking about on the internet. You positively know find out how to bring a problem to mild and make it important. Extra individuals have to read this and perceive this side of the story. I cant believe youre not more in style because you positively have the gift.
Naprawdę dobry tekst. Dużo przydatnych wskazówek.
Dziękuję za ten materiał. Na pewno tu wrócę.
Masz rację – kwestia doboru mebli potrafi być niełatwa.
Wreszcie konkrety.
Bardzo inspirujące. Szukałem takich informacji od dawna.
Pozdrawiam!
my website; Willian
لا يتطلب تنزيل apk وجود التطبيق في متجر بلاي إذ يتم التثبيت يدويًا.
يُحفظ الملف تلقائيًا في مجلد التنزيلات على الهاتف بعد انتهاء التحميل.
يتطلب تثبيت الملف السماح بالتثبيت من مصادر خارجية عبر إعدادات الأمان.
يستطيع المستخدم في مصر إيداع الأموال وسحبها مباشرة من التطبيق.
يكفي هاتف أندرويد بإصدار حديث نسبيًا لتشغيل التطبيق بسلاسة.
يمكن لمستخدمي آبل تثبيت التطبيق على iOS بطريقة سهلة ومباشرة.
888starz download [url=https://trurofoodfestival.com/rabit-amn-888starz-apk-android-tahdithat/]888starz download[/url]
Hello I am so grateful I found your web site, I really found you by error, while I was looking on Bing for something else, Regardless I am here now and
would just like to say many thanks for a incredible post
and a all round exciting blog (I also love the theme/design),
I don’t have time to go through it all at the minute but I have saved it and also included your RSS feeds, so when I have time I will be back to read much more,
Please do keep up the excellent b.
Слушайте кто ремонт затеял Хочу стену снести А тут столько бумаг Короче, единственные кто берётся за всё — перепланировка квартиры с авторским надзором За месяц закрыли В общем, жмите чтобы не потерять — согласованные перепланировки квартир [url=https://pereplanirovka-kvartir-rbz.ru]https://pereplanirovka-kvartir-rbz.ru[/url] Потом дороже выйдет Перешлите тому кто ремонт затеял
يمثل 888starz apk الطريقة الأسرع للحصول على التطبيق على أجهزة أندرويد في مصر.
يمكن تنزيل 888starz apk من الموقع الرسمي بالضغط على أيقونة أندرويد في الصفحة الرئيسية.
يتطلب تثبيت الملف السماح بالتثبيت من مصادر خارجية عبر إعدادات الأمان.
يوفر 888starz apk جميع خدمات الموقع الرسمي داخل واجهة واحدة على الهاتف.
يحمي التحميل من المصدر الموثوق بيانات الحساب وأموال اللاعب.
تتوفر جميع العروض والبونصات داخل تطبيق أندرويد من دون استثناء.
888starz تحميل [url=https://trurofoodfestival.com/rabit-amn-888starz-apk-android-tahdithat/]888starz تحميل[/url]
Hi there, I wish for to subscribe for this website to obtain hottest updates, thus where can i do it please assist.
Ребята кто играет То выплаты задерживают Нервов потратил — мама не горюй Короче, нашел наконец толковое казино — вавада казино зеркало Всё летает как часы В общем, сохраняйте себе — vavada [url=https://kurica2.ru]vavada[/url] Не ведитесь на лохотроны Перешлите тому кто тоже ищет нормальное казино
Wartościowy wpis. Dużo konkretnych informacji. Super za ten materiał.
Zapisuję do ulubionych.
Zgadzam się – sprawa wystroju bywa trudna. Dobrze, że ktoś to wyjaśnia.
Szczerze pomocne. Szukałam podobnych porad właśnie tego.
Super robota!
Here is my site https://Tsygun.ru/content/Vopros-masteru-177