コード例 #1
0
 private void UpdateShape()
 {
     this.shapeLookup     = Shape.GetRoseCurve(this.leafs, this.detail, this.center, true);
     this.shapeTriIndices = Triangulate.Edge(this.shapeLookup);
     this.edgeCount       = this.shapeLookup.Length;
     this.flagShapeUpdate = false;
 }
コード例 #2
0
        void UpdateShape()
        {
            shapeLookup = Shape.GetRoseCurve(leafs, detail, center, true);

            shapeTriIndices = Triangulate.Edge(shapeLookup);

            edgeCount       = shapeLookup.Length;
            flagShapeUpdate = false;
        }