create_scene (3) Linux Manual Page
create_scene – Allocates memory for a 3d scene. Allegro game programming library. Synopsis#include <allegro.h> int create_scene(int nedge, int npoly); DescriptionAllocates memory for a scene, `nedge’ and `npoly’ are your estimates of how many edges and how many polygons you will render (you cannot get over the limit specified here). If you use same values in…
