View Single Post
Old 09-10-2016, 05:36 PM   #548 (permalink)
freebeard
Master EcoModder
 
freebeard's Avatar
 
Join Date: Aug 2012
Location: northwest of normal
Posts: 28,557
Thanks: 8,092
Thanked 8,880 Times in 7,328 Posts
Quote:
Originally Posted by aerohead
Seems like CFD would already do all this.
This is why I'm intrigued by OpenVDB

OpenVDB

It's open source, being folded into Blender, and you might say it holds a fractal array of voxels (technically a fast shallow and sparsely populated binary tree). It's currently used by, e.g., Dreamworks SKG to make fire, smoke and water in Hollywood movies.

The neat thing is each voxel can have have non-spatial attributes like color, opacity, velocity or pressure. I'm sure what we want could be built on Blenders animation engine.

Quote:
August 10, 2016

OpenVDB 3.2.0 is now available to download.

Highlights of this release include

tool to produce and store a sequences of progressively lower resolution grids (mipmaps)
an acceleration structure for fast range and nearest-neighbor searches on particles
arbitrary volume and level set specific segmentation tools
a new binary mask grid type and an efficient point to level set conversion scheme
faster volume to mesh conversion and threaded grid destruction
faster morphological dilation, csg operations and fracture tool
New Houdini nodes: Segment, LOD and Topology To Level Set.

See the release notes for more information.
  Reply With Quote
The Following User Says Thank You to freebeard For This Useful Post:
aerohead (09-17-2016)