ref: b4a0229a2dadca8c4d3a94d3e7176d022f09ec82
dir: /examples/square.obj/
# 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