-
用opengl的粒子效果模拟火的场景,内附源码及3d模型
用opengl的粒子效果模拟火的场景,内附源码及3d模型-use opengl effects of particle simulation of the fire scene, enclosing source and 3d model
- 2022-04-09 23:36:15下载
- 积分:1
-
OpenGL编程范例,掌握sin函数实现滚动星星,实现视景体的空间旋转...
OpenGL编程范例,掌握sin函数实现滚动星星,实现视景体的空间旋转-OpenGL programming paradigm, master sin Function rolling stars and realize the visual-spatial rotation
- 2022-02-14 20:45:46下载
- 积分:1
-
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的...
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-03-22 02:50:39下载
- 积分:1
-
OpenGL实现旋转、平移、缩放与贴图
OpenGL立方体在世界坐标系中实现缩放、旋转、平移、顶点片源着色器、光照作用、棋盘纹理贴
- 2022-04-06 19:31:56下载
- 积分:1
-
openGL绘制的机器人
资源描述openGL绘制的机器人 可以控制身体的每一个部分
- 2023-03-27 14:50:04下载
- 积分:1
-
OpenGL红宝书(第三版)例子代码:灯光设置代码
OpenGL红宝书(第三版)例子代码:灯光设置代码-Little Red Book OpenGL (third edition) example code: lighting settings code
- 2022-02-05 09:22:56下载
- 积分:1
-
OpenGL fountain effect of the display, is a complex calculation of particle traj...
OPENGL喷泉效果的演示,主要是复杂粒子运动轨迹计算及粒子生命周期计算同时还有3D场景的角度变换-OpenGL fountain effect of the display, is a complex calculation of particle trajectories and calculating particle life cycle along with 3D scenes perspective transform
- 2022-03-11 12:18:55下载
- 积分:1
-
[英文游戏编程图书全集].3D_case_study_using_opengl,通过一个案例来学习OpenGL。...
[英文游戏编程图书全集].3D_case_study_using_opengl,通过一个案例来学习OpenGL。-[The Complete Works of the English game programming books] .3 D_case_study_using_opengl, through a case study to OpenGL.
- 2022-03-02 20:11:23下载
- 积分:1
-
画苹果LOGO的程序
源码中采用黄金分割的原理将苹果LOGO重现,原创,和原本的LOGO有些许差别,画的有些胖了!初接触OPENGL试着用自己的方法画了一下,不喜勿喷呦!
- 2022-07-11 11:36:54下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1