Created
December 13, 2021 06:07
-
-
Save antoinefortin/f9b9c126b82624c26ce714d7cf9c905b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Modify the Vertices List | |
for (int i = 0; i < listVert.Length; i++) | |
{ | |
TranslateTransform(ref listVert[i], translate.x, translate.y, translate.z); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment