• 大小: 1.21MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-25
  • 语言: 其他
  • 标签: OPENGL  

资源简介

用OPENGL画的花儿,很有感觉,很不一样

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include 
#include
#define N 7
#define M 3
#define t 0
#pragma comment(lib“opengl32.lib“)
#pragma comment(lib“glu32.lib“)
#pragma comment(lib“glaux.lib“)
//opengl32.lib glu32.lib glaux.lib 


   


void InitGL(void)
{   
   auxInitDisplayMode(AUX_SINGLE|AUX_RGBA); 
   auxInitPosition(001024768); 
   auxInitWindow(“找不同“); 
   glClearColor(000.00); 
   glClear(GL_COLOR_BUFFER_BIT);
}

void myh1()
{
   GLfloat k=150j=86.6m=150n=86.6p=300q=173.2; 

 
glBegin(GL_POLYGON);
glColor3f(0.00.00.0);  
glVertex2f(kj); 
glColor3f(0.00.90.1);  
glVertex2s(00);
glColor3f(0.00.00.0);  
glVertex2s(mn);
glColor3f(1.01.01.0);  
glVertex2s(pq);

glEnd(); 
    glFlush();
    
}

void myh2()
{
GLfloat k=75j=43.3m=75n=43.3p=150q=86.6; 


glBegin(GL_POLYGON);
glColor3f(1.00.00.0);  
glVertex2f(kj); 
glColor3f(0.01.00.0);  
glVertex2s(00);
glColor3f(0.00.01.0);  
glVertex2s(mn);
glColor3f(0.01.00.0);  
glVertex2s(pq);

glEnd(); 
    glFlush();
    
}
void CALLBACK Draw(void)
{
glClear(GL_COLOR_BUFFER_BIT); 
    glLoadIdentity(); 


    glTranslated(5123840);
    for(int i=0;i<360;i++)
{    glRotated(1.00.00.01.0) ;
         myh1();
         Sleep(t);
}
    



/*glClear(GL_COLOR_BUFFER_BIT); 
    glLoadIdentity(); 

    glTranslated(5123840);

for(i=0;i<360;i++)
{    glRotated(1.00.00.01.0) ;
myh2();
Sleep(t);
}*/
}
void main (void)
{
InitGL();
auxMainLoop(Draw);
    //getch();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      77824  2009-09-24 15:16  花儿\Debug\vc60.pdb

     文件     225333  2009-09-24 15:16  花儿\Debug\花儿.exe

     文件     590848  2009-09-24 15:16  花儿\Debug\花儿.pdb

     文件     140288  2009-09-24 15:16  花儿\Debug\vc60.idb

     文件     314984  2009-09-24 15:16  花儿\Debug\花儿.ilk

     文件    3668504  2009-09-24 15:16  花儿\Debug\花儿.pch

     文件      15745  2009-09-24 15:16  花儿\Debug\花儿.obj

     文件      41984  2009-09-24 15:16  花儿\花儿.ncb

     文件        730  2009-09-24 15:16  花儿\花儿.plg

     文件       1655  2009-09-18 18:44  花儿\花儿.cpp

     文件       3379  2009-09-24 15:16  花儿\花儿.dsp

     文件      48640  2009-09-24 15:16  花儿\花儿.opt

     文件        516  2009-09-24 15:16  花儿\花儿.dsw

     目录          0  2008-07-08 15:08  花儿\Debug

     目录          0  2008-07-08 14:57  花儿

----------- ---------  ---------- -----  ----

              5130430                    15


评论

共有 条评论