Skip to content

Instantly share code, notes, and snippets.

@antoinefortin
Created December 13, 2021 06:07
Show Gist options
  • Save antoinefortin/f9b9c126b82624c26ce714d7cf9c905b to your computer and use it in GitHub Desktop.
Save antoinefortin/f9b9c126b82624c26ce714d7cf9c905b to your computer and use it in GitHub Desktop.
// 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