C中的流氓克隆 内容 构建和运行图形系统 该程序由三个.c文件组成。 a1.c文件包含main()例程和update()函数。分配所需的所有更改都可以对此文件进行。 graphics.c文件包含用于创建分配的3D图形的所有代码。 visible.c文件包含可见表面确定代码。您无需更改graphics.c或visible.c 。 有一个makefile,它将在OSX或Linux上编译代码。该代码应通过键入make来构建。 该可执行文件名为a1。该程序的命令行参数为: -full run in fullscreen. -testworld start with a simple world to demonstrate the system -fps print the frames per second being displayed -help