Last active
May 1, 2024 12:54
-
-
Save shliama/6dd562975be9f3033df076e3c20408fa to your computer and use it in GitHub Desktop.
Simple plane that is centered and perpendicular to Z-axes
This file contains 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
# Blender v2.79 | |
o Plane | |
v -0.500000 0.000000 0.500000 | |
v 0.500000 0.000000 0.500000 | |
v 0.500000 0.000000 -0.500000 | |
v -0.500000 0.000000 -0.500000 | |
vt 0.000000 0.000000 | |
vt 1.000000 0.000000 | |
vt 1.000000 1.000000 | |
vt 0.000000 1.000000 | |
vn 0.0000 1.0000 0.0000 | |
s off | |
f 1/1/1 2/2/1 3/3/1 4/4/1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment