Example #1
0
    /// <summary>
    /// 起始
    /// </summary>
    void Start()
    {
        scTexture = TextureTool.OnGetTextureGray(textRwa.texture);

        //TextureTool.OnSaveTexture2d(Application.dataPath + "/Image", "towVal_1", scTexture);
        //Debug.Log(Application.dataPath);

        OnFindMarginPoint();
    }