examples/3d/3DPrimitivesExample/README.md
--
This openFrameworks Example is designed to demonstrate how to draw basic 3D shapes.
After studying this example, you'll understand how to draw basic 3D form in various states, change the texture, and adjust how the texture is mapped to the geometry.
In the code, pay attention to:
primitive.drawWireframe(); and primitive.draw(); .primitive.drawNormals(); and primitive.drawAxes();.primitive.setResolution(); .texture.getTexture().bind(); and primitive.mapTexCoordsFromTexture( texture.getTexture() );. primitive.mapTexCoords(0, 0, 5, 5); .When launching this app, you should see
Instructions for use: