Jump to content

Search the Community

Showing results for tags 'whitewater flip vex'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

Found 1 result

  1. A couple of version about the whitewater in H PART A: cached out the whitewater, I have the 3 group foam spray and bubbles, to see in viewport the result as in the dop lvl I'm running this wrangler if (inpointgroup(0,'foam', @ptnum) == 1) { @Cd = {0,0,.5}; } if (inpointgroup(0,'bubbles', @ptnum) == 1) { @Cd = {.5,0,0}; } if (inpointgroup(0,'spray', @ptnum) == 1) { @Cd = {0,.5,0}; } folloved by a vop with lenght and fit to manage the luminance based on velocity, question 1) there are a faster way human friendly to have this result? 2) vex doesn't have elif statemnt? PART B: whitwater solver is an asset using pop Solver, anyone tried to switch it in Flip? just to have more kernel structure of the 'fluid'. - other sw are using flip also for whitewater . thanks S.
×
×
  • Create New...