Skip to content

Instantly share code, notes, and snippets.

@antoinefortin
Last active December 13, 2021 05:46
Show Gist options
  • Select an option

  • Save antoinefortin/a57b1997043b5efb88632dcf648ce562 to your computer and use it in GitHub Desktop.

Select an option

Save antoinefortin/a57b1997043b5efb88632dcf648ce562 to your computer and use it in GitHub Desktop.
static Vector4 vert0 = new Vector4(0.0f, 0.0f, 0.0f, 1.0f);
static Vector4 vert1 = new Vector4(10.0f, 0.0f, 0.0f, 1.0f);
static Vector4 vert2 = new Vector4(0.0f, 10.0f, 0.0f, 1.0f);
static Vector4[] listVert = new Vector4[4];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment