Houdini Vector Field

Preface

What I’ve learned while making vector field on Houdini. Which will be used in UE4.

Source From

http://www.tokeru.com/cgwiki/index.php?title=HoudiniVolumes

Summary

Nomenclature

  • Houdini: VFX and 3D modeling software
  • VDB: Volumetric Data Blocks (Not really. It is just a name)
  • SDF: Signed Distance Field
  • VOPs: Vector OPerators

Common Attributes

  • P | vector | Point position.
  • N | vector | Normal direction.
  • V | vector | velocity.
  • force | vector | The force attribute on the current point.