Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 922 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 922 Bytes

Anysotropy Matrix SOP node

Anysotropy Matrix SOP node (multithreaded). SideFX® Houdini® Plugin. A base implementation of an anisotropy matrix by paper "Reconstructing Surfaces of Particle-Based Fluids Using Anisotropic Kernels", Jihun Yu (Industrial Light and Magic) and Greg Turk (Georgia Institute of Technology). The plugin doesn't build a scalar density field or a liquid surface, it merely gets points and geometry, calculates an anisotropic transformation matrix for the geometry, and copies it on every point position of the first input.

ScreenShot1

Dependencies

I removed all the external dependencies and use HDK's methods for SVD and multithreading

Building

There's no more a Makefile and Unux limitations, hcustom works out the box

ScreenShot2