Nima Ghorab

N-G

About Me

専門知識
Student

Connect

LOCATION
Iran, Islamic Republic of
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

RBD+FLIP 2024年2月17日13:36

tamte
deremis
While the FLIP fluid is colliding with the RBD objects, the RBD objects themselves aren't moving.
Could someone kindly take a moment to review this setup?


1. your fluid resolution is low relatively to the sizes of the rbd pieces
look at the Collision guide in your flipobject1
so
- set it to at least to 0.01 which would make the grid res 0.02 which would start making some effect
- or use separate collision separation that will capture the resolution of your pieces
- or make your pieces larger

2. your fluid density is 1 while rbd 1000, so the fluid has barely any effect
set your fluid density to default 1000 and rbd can stay or can be more or less depending on if you want it to float or sink

Dear Tomas, I have a question. If we use the old RBD Sim for interaction with FLIP, how can we control RBDs like we do with the Geometry Wrangles beside the RBD packed objects?

Expanding or Shrinking a Helix Using Peak 2024年2月8日18:17

You can add a PolyFrame node and set the Bitangent parameter to N before your Peak node.
It creates the desired normal vector for your helix.

Calculating eigen vectors for a given matrix with VEX 2023年11月10日3:03

Thanks a lot, dear Animatrix.