-
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!...
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!-The method is explained in detail the various principles of the collision as well as the opengl application for a collision!
- 2023-09-01 23:05:04下载
- 积分:1
-
A very simple small program which in order to teach you how to use OpenGL to mak...
一个简单的小程序,教你用OpenGL实现简单的动画。运行后点击菜单“文件-run”就可以看到动画效果了。-A very simple small program which in order to teach you how to use OpenGL to make simple animation. Run the program then click on the manue "file-run" then you can see the animation
- 2022-10-10 04:30:03下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2022-09-04 22:05:03下载
- 积分: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
-
三维骨骼的动画代码,用OPENGL写的,如果有类似项目或任务的话不妨...
三维骨骼的动画代码,用OPENGL写的,如果有类似项目或任务的话不妨-3D animation skeleton code using OpenGL write, if a similar project or mandate to take a look at the
- 2022-03-22 23:05:48下载
- 积分:1
-
用opengl和mMFC创建三维动画
用opengl和mMFC创建三维动画-use opengl and create 3D animation mMFC
- 2022-08-16 20:45:38下载
- 积分:1
-
基于OpenGL和OpenCV的三维显示
这段代码是如何从disparity image获得点云数据(Point cloud)并利用OpenGL显示出来。 如果想使用代码,请确认OpenGL和opencv都安装在电脑中。我使用的是Visual Studio 2015
- 2023-07-31 06:45:06下载
- 积分:1
-
几种三维模型文件在OpenGL中的输入与处理
几种三维模型文件在OpenGL中的输入与处理-Several three-dimensional model of a document at the input and OpenGL treatment
- 2022-02-02 01:36:46下载
- 积分:1
-
OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2023-02-09 06:10:03下载
- 积分:1
-
使用opengl绘制3d图形,还要说点废话,晕
使用opengl绘制3d图形,还要说点废话,晕-opengl 3d
- 2022-05-27 07:00:48下载
- 积分:1