资源简介
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
- 上一篇:基于GSM模块与51单片机的远程控制
- 下一篇:kmeans
相关资源
- opengl大作业 乡间小屋
- opengl建立的一个场景
- OpenGL - glfw库
- opengl安装文件
- opengl 库函数 GLAUX.LIB,GLU32.LIB,glut
- OpenGL三维坐标系绘图程序2.1版本
- 使用openGL绘制六角星
- OPENGL光照和纹理技术.rar
- source code for Computer Graphics - using Open
- OpenGL绘制二维自行车
- opengl读DEM数据的代码
- Qt Creator+opengl实现四元数鼠标控制轨迹
- 基于QOpenGLWidget类的图片贴图自适应显
- opengl建房子
- opengl绘制飘动的国旗效果源码
- 花瓶源码OpenGL
- OpenGL读取3DS文件 CLoad3ds类
- 基于OpenGL实现简单三维场景漫游
- 从文本文件读取控制点实现在OPENGL中
- 山东大学计算机图形学OpenGL拉普拉斯
- 山东大学计算机图形学OpenGL三维迷宫
- 机器人手臂的实现.zip
- opengl配置环境
- OpenGL画的小车
- OpenGL 课设
- OpenGL版打砖块配套库
- 导弹发射模拟源代码
- 基于OpenGL的三维分形树源代码
- OpenGL 开发的三维人体模型
- Qt OPenGL实现
评论
共有 条评论