Jump to content

dark_cry

Members
  • Posts

    72
  • Joined

  • Last visited

1 Follower

About dark_cry

  • Birthday 06/24/1987

Personal Information

  • Name
    Akmal
  • Location
    UK, London

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dark_cry's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

-1

Reputation

  1. Hi, I have a case where I have, lets say an object which comes from bulelt sim, with v and w. Based on that object, I want to drive another bullet sim, updating v and w, so the rest would be calculated by bulllet sim. In the scene I attached it works pretty much, except it flips at some point. I understand that there should be some catches on quaternions. I suppose, there should be some sort of angle check and etc, but can't make it work... update_angularv.hip
  2. Hi there, I'm trying to control flip particle count per voxel. The idea is to evaluate particle count per voxel on every step (Gas Particle Count) and then analyze the pcount field.. If pcount > n - delete some of particles (pcount - n) to make n numbers. And if pcount < n - add (n-pcount) particles. Any help is highly appreciated. Thanks,
  3. Hi all, Is there any way to glue active objects to non active deforming object? I tried to update glue position every frame so that it could stick to passive object, but looks like it doesn't work. Attaching hip to be clear Cheers, A glueToDeform.hipnc
  4. Exellent job so far. I still can't figure out some stuff. The idea with pin constraint, checking it with some criteria and determine stress area, is just awesome. But pin constraint wihout glue (as in your video) causes some instability to the pieces and pieces kind of dance, even when they don't collide. And for what you create glue constraints dynamically? Thnx in advance for reply.
  5. After simulation, you can close your cup some way (some remodelling and maybe with polycap) so that you will have closed proxy of your cup an make sdf from that cap. Then you can check in vop sop or point wrangle your initial state if they are in that sdf or not and delete unneeded instances.
  6. You would get clear answer if you posted your hip.
  7. Hi man! All you have to do is put "tick"s to the beginning and end of your expression "pointlist()". The reason is constraint point parameter eats string lists, but pointlist() returns lists of ints. flagCorrected.hip
  8. i expected that tiled voxels like vdb will be in dops in smoke solvers and flip solvers, i guess that there's no that feature as far as SESI haven't mentioned it in sneek peaks. It's a bit pity
  9. Create scalar field like age. match it with density (gas match field). Then advect it (gas advect field). Then in the post solve create gas field vop. It works similar to the vop sop. Just import your age field with parameter add iteger number and export it (again parameter). Back in sops, you can import this field and do anything you gonna do. Cheers
  10. thnx guys all for comments, i really appreciate it
  11. Hey , check out the scene. Hope it'll help. The setup is not tweaked much, but hope the approach will be clear. foam_mist.hip
  12. If you advect Cd for certain amount of frames, the color will be very rough, so the good way is to add gas blur and blur the cd with small radius. I've just added this gas blur to your sim. You can compare. emitSmokeFromTexture02.hipnc
  13. dark_cry

    gas explosion

    another interesting thing is if it's possible advect some noise field with high res after the sim so that to have an ability to mix it with heat. It's very hard to get noisy heat areas in massive sims.
×
×
  • Create New...