代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/184417/9101399
c teapot.c
/* teapot.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Shaded teapot using recursive subdivis
www.eeworm.com/read/184417/9101522
c gasket2.c
/* gasket2.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Recursive subdivision of triangle to f
www.eeworm.com/read/184417/9101528
c bteapot.c
/* Shaded teapot using Bezier surfaces */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
#include
www.eeworm.com/read/184417/9101538
c gasket.c
/* gasket.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Two-Dimensional Sierpinski Gasket
www.eeworm.com/read/184417/9101570
c ppmdisplay.c
/* ppmdisplay.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* displays a ppm file using OpenGL
www.eeworm.com/read/184417/9101604
c simple.c
/*
* simple.c
* This program draws a white rectangle on a black background.
*/
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-We
www.eeworm.com/read/184417/9101628
c robot.c
/* robot.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Robot program (Chapter 9). Cylinder for
www.eeworm.com/read/184417/9101639
c cubev.c
/* cubev.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* rotating cube using vertex arra
www.eeworm.com/read/184417/9101661
c pick.c
/* pick.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* demonstrates picking used selection mod
www.eeworm.com/read/184417/9101664
c teatex.c
/* teatex.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Utah teapot with texture map */
#inc