• 大小: 76KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: OpenGL  物理模拟  

资源简介

openGL中的物理模拟

资源截图

代码片段和文件信息

/*****************************************************************************
Copyright: 2012 ustc All rights reserved.
contact:k283228391@126.com
File name: main.c
Description:using opengl in SDL.
Author:Silang Quan
Version: 1.0
Date: 2012.12.01
 *****************************************************************************/
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include “mass.h“
SDL_Surface *screen;
GLUquadricObj *mySphere;
Mass constVelBall;
Mass gravityBall;
Mass springBall;
const int SCREEN_WIDTH = 800;
const int SCREEN_HEIGHT =800;
const int SCREEN_BPP = 32;
GLfloat rTri=0.0;
GLfloat rQuad=0.0;
GLfloat eyeX=0.0;
GLfloat eyeY=0.0;
GLfloat eyeZ=5.0;
GLuint texture[3];
//Whether the windo

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

 -rw-rw-r--     45008  2012-12-21 11:53  Pysics\obj\Debug\main.o

 -rw-rw-r--     18340  2012-12-21 11:19  Pysics\obj\Debug\mass.o

 -rw-rw-r--     25056  2012-12-20 20:32  Pysics\obj\Debug\vector3d.o

 -rwxrwxr-x     67132  2012-12-21 11:53  Pysics\bin\Debug\Pysics

 -rw-rw-r--       648  2012-12-21 13:55  Pysics\Pysics.layout

 -rw-rw-r--      1437  2012-12-20 21:56  Pysics\Pysics.cbp

 -rw-r--r--     54294  2012-12-20 19:56  Pysics\cb.bmp

 -rw-r--r--      6984  2012-12-21 11:53  Pysics\main.cpp

 -rw-rw-r--       977  2012-12-21 11:07  Pysics\mass.h

 -rw-rw-r--       618  2012-12-21 11:07  Pysics\mass.cpp

 -rw-rw-r--      3469  2012-12-21 11:53  Pysics\Pysics.depend

 -rw-rw-r--      1129  2012-12-20 20:32  Pysics\vector3d.h

 -rw-rw-r--      1686  2012-12-20 20:03  Pysics\vector3d.cpp

 drwxr-xr-x         0  2012-12-21 11:53  Pysics\obj\Debug

 drwxr-xr-x         0  2012-12-21 11:53  Pysics\bin\Debug

 drwxr-xr-x         0  2012-12-20 19:58  Pysics\obj

 drwxr-xr-x         0  2012-12-20 19:58  Pysics\bin

 drwxr-xr-x         0  2012-12-21 13:55  Pysics

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

               226778                    18


评论

共有 条评论