Abstract
This last chapter is an introduction to the 3D capabilities of Processing. Just as Processing provides ways to draw in the plane, we can build a sketch with objects that are rendered in space, that is, three dimensions. It is important to recall that once things have been drawn in the Processing window, any notion of how the pixels were colored is not maintained. That is why the coding has to keep track of food items and snake segments and rock, slingshot, and chicken, drawing them again as required. Processing does not provide a 3D modeling ...