Jump to content
  1. General

    1. 26.3k
      posts
    2. 2.1k
      posts
    3. 1.6k
      posts
    4. Marketplace

      For all commercial tools, HDA's etc.

      418
      posts
  2. Houdini

    1. 64.6k
      posts
    2. 48.5k
      posts
    3. 12.2k
      posts
    4. 4.9k
      posts
    5. 15k
      posts
    6. 1k
      posts
    7. 687
      posts
    8. 649
      posts
  3. Coders Corner

    1. 6.3k
      posts
    2. 13.2k
      posts
    3. 4.8k
      posts
  4. Art and Challenges

    1. 3.4k
      posts
    2. 9.8k
      posts
    3. 572
      posts
    4. Effects Challenge Archive

      This is where the cool unofficial challenges live on!

      296
      posts
  5. Systems and Other Applications

    1. Other 3d Packages

      Maya,XSI,Blender,etc

      1.6k
      posts
    2. 1.5k
      posts
    3. Hardware

      Graphics cards etc.

      2.1k
      posts
    4. 414
      posts
  6. od|force

    1. 1.5k
      posts
  • Posts

    • is there something like this in houdini?  @ 0:44  
    • Use the Instancer LOP.. sop import the instance geo into LOPs then plug into input two of the Instance lop, object merge the points into the instance lop. Default settings will look for points internally and instance geo as input 2
    • Hey guys.   I am doing a flip sim based on the first gif as a reference. At the moment I am somehow struggling to scale down they velocoty when the fluid reaches the top so it flows into each other and blends smoothly. Would be multiplying the velscale by the y of a bbox also an option here? Another thing i was wondering about is how to achieve this swirls and interactions in the gold liquid.
    • My bake is set up just right. Now I need to bake every frame. (I am baking a sim to a quad).... Switching Frames to Frame Range most definitely exports every frame but it overwrites the same file each time. $F, $FRAME and $CURFRAME do nothing.  Now it may be important to note, this Frame stepped bake process is handle in a script at the hda interface level. Unfortunatly I have not been able to glean anything. I really dont want to do this in a loop..
    • Hey there fellow houdini cult members! as the title says i am trying to "emulate" ps1 graphics, i figured out (at least i think i did) the affine texture warping part. //get a matrix with the camera's transforms string cam = "/obj/cam1"; matrix camMatrix = optransform(cam); //extract out the camera position as a vector vector cdir = {0.0,0.0,0.0}*camMatrix; cdir = cdir; vector raydir = normalize(v@P-cdir); //Manipulate the UV coordinates for Affine Texture Mapping float affineScale = length(raydir);//Scaling factor based on the viewing direction to the camera v@uv *= affineScale;//Scale the UV coordinates though i am struggling to nail it, it kinda works but the effect is not as visible as i expected. also i feel like i am missing quite some steps to really get that ps1 look and feel. If you are down to help me figure this out i'd be very thankful and future houdini ps1 enthusiast might have a post to look at! have a good one! Denis   affine_paul_warping.mp4
  • Topics

×
×
  • Create New...