nicknikolov/pex-space-colonization

Add support for initial bud positions in options

vorg opened this issue · 1 comments

vorg commented

E.g.

var points = [ new Vec3(0, 0, 0),  new Vec3(0, 0, 1), ... ]
var spaceColonization = new SpaceColonization({ budPositions: points })