-
osg立体图形绘制代码
osg立体图形绘制代码
- 2023-01-07 22:50:03下载
- 积分:1
-
用OPENGL技术编写的一个带有表面贴图的立方体的3D变换的程序。...
用OPENGL技术编写的一个带有表面贴图的立方体的3D变换的程序。-OpenGL technology used to prepare the surface with a map of the 3D cube transformation process.
- 2023-08-08 05:25:03下载
- 积分:1
-
fun bowling game in c++
fun bowling game in c-fun bowling game in c++
- 2022-02-04 09:43:10下载
- 积分:1
-
C++ 编写的太阳系模拟系统,采用rugge/kutta4阶算法,opengl
C++ 编写的太阳系模拟系统,采用rugge/kutta4阶算法,opengl-C preparation of the solar system simulation system used rugge/kutta4 band algorithm, opengl
- 2022-02-07 01:25:43下载
- 积分:1
-
从NEHE改编的程序 适合新手看 NEHE里面多了很多窗口控制方面的程序 我把它全部剔除掉了 同样是新手 这样看起来比较方便!...
从NEHE改编的程序 适合新手看 NEHE里面多了很多窗口控制方面的程序 我把它全部剔除掉了 同样是新手 这样看起来比较方便!-NEHE adapted from the procedure more suitable for novice to see a lot of windows inside NEHE control programs I removed it all out the same way a novice looks more convenient!
- 2022-02-27 04:59:32下载
- 积分:1
-
opengl烟花粒子系统
opengl的烟花粒子系统,主要用于对烟花的仿真,适合于opengl C++的初学者,其中对粒子系统有很好的应用,也可以作为一种新型的贺卡或一份有意义的礼物,送给相送的人。希望大家喜欢,并且从中学到自己想要的东西。
- 2022-05-10 17:02:05下载
- 积分:1
-
VC++写的OPENGL 一个3D木箱,适合初学者学习,大家可以下载看看!
VC++写的OPENGL 一个3D木箱,适合初学者学习,大家可以下载看看!-VC write OpenGL 3D a wooden box, for beginners to learn, we can look at the download!
- 2022-07-09 21:22:08下载
- 积分:1
-
ClothSimulation-关于布料的一个很好的模拟程序
ClothSimulation-关于布料的一个很好的模拟程序,实现了关于布料的模拟的很多要素。
- 2022-08-10 01:59:39下载
- 积分:1
-
Opengl 四叉树呈现
示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例的 opengl 渲染。示例四叉树示例用 opengl 渲染。
- 2022-02-03 09:07:15下载
- 积分: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