blob: d44fd6d616f2f90b1f34ec01907b395a92dcedb2 (
plain)
1
2
3
4
5
6
7
8
9
|
# This example shows a square that measures two units on each side and
# faces in the positive direction (toward the camera). Note that the
# ordering of the vertices is counterclockwise. This ordering
# determines that the square is facing forward.
v 0.000000 2.000000 0.000000
v 0.000000 0.000000 0.000000
v 2.000000 0.000000 0.000000
v 2.000000 2.000000 0.000000
f 1 2 3 4
|