TyFlow Snowflakes
TyFlow implementation of this paper https://acoustique.ec-lyon.fr/chaos/Reiter_ChaosSolitonsFractals05.pdf Snowflake growth is defined by two parameters (in the "SetInitial" script op) - the initial amount of water in the air cells (InitMin/InitMax paramenters define random initial value per snowflake seed) and the grow constant (addMin/addMax parameters) - amount of water added (per step) to ice cells (if water amount in the cell greater 1 cell is considered as ice) and receptive cells (cells adjacent to ice cells). Cells are formed on a hexagonal 2d grid which is spawned by the "HexGen" script op (it has two parameters - overall grid radius and the size of individual cell). This method forms only 2 dimensional snowlakes. They are not completely flat because I set cell height (snowflake width = particle Z scale) by amount of water in the ice cell. This algorithm is also described in the Entagma Snowlake Tutorial. File: https://rman197.gumroad.com/l/oulpgb
Download
0 formatsNo download links available.