tips mainly for Houdini

Disribute points with bias to center


vector rand = rand(@ptnum+0.1);

@P = vector(sample_normal(rand));


Distribute points within a sphere


vector rand = rand(@ptnum+0.1);

@P = sample_sphere_uniform(rand);


Distribute points on a sphere


vector rand = rand(@ptnum+0.1);

@P = sample_direction_uniform(set(rand.x, rand.y));

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

Wiki内検索

管理人/副管理人のみ編集できます