examples/3d/pathsToMeshesExample/README.md
--
This openFrameworks example demonstrates how to create meshes from paths that were generated by a font.
You will learn how to..
Pay attention to..
font.getStringAsPoints to get a vector of ofPaths from the font based on a stringpath.getOutline();pmesh.addIndexcompedMesh.append(pmesh);ofEnableDepthTest to ensure rendering happens according to z-depth rather than draw order.node.setOrientation( glm::angleAxis(ofDegToRad(spin), axis )); to rotate the nodescam.begin use of an ofEasyCam to render the sceneWhen launching this app, you should see
openframeworksInstructions for use:
up and down to change the extrude amount.This Example uses the following classes: