2018-05-01から1ヶ月間の記事一覧

2018-05-03

最近は子供が昼寝から起きたら作業中断になるので昼間はほぼ何もできない… ■ [Houdini]プリミティブ端のエッジを除去して中のラインだけ残す convertLineを参考に。 int n[] = neighbours(1, @ptnum);foreach(int pt; n){ int e0 = inpointgroup(1, "edge", …

2018-05-02

■ [Houdini]プリミティブ内の最長ラインを検索 先端になるpoint配列を生成してインデクスをbasePtNumのattributeに詰めて、findshortestpathのStart PointsとEnd Pointsを、 `point("../pointwrangle3/",detail("../foreach_count1/","iteration",0),"basePt…