-
winmax开发的参考例子.现在winmax技术风起云涌,但可以参考的例子确很少!...
winmax开发的参考例子.现在winmax技术风起云涌,但可以参考的例子确很少!-WinMax developed a reference example. WinMax technology is now surging, but can refer to very few examples indeed!
- 2022-11-06 22:30:03下载
- 积分:1
-
很高的3DS模型载入软件
很高的3DS模型载入软件-3DS model of a high loading software
- 2022-02-26 06:01:24下载
- 积分:1
-
一个类似于3D MAX的基于OpenGL的三维开发系统,功能非常强大,需要用到下面的gloop.zip...
一个类似于3D MAX的基于OpenGL的三维开发系统,功能非常强大,需要用到下面的gloop.zip-An system which is based on OpenGL as 3d MAX, very power function, needing gloop.zip under it
- 2022-11-28 15:45:03下载
- 积分:1
-
openGL_shader pdf
THE OPENGL® SHADING LANGUAGE 1
John Kessenich
Dave Ba...
openGL_shader pdf
THE OPENGL® SHADING LANGUAGE 1
John Kessenich
Dave Baldwin
Randi Rost
Version 1.051
28-February-2003-openGL_shader pdf THE OPENGL
- 2022-07-09 05:24:09下载
- 积分:1
-
gpu 实现marching cube
使用OPENGL的新特性实现了MARCHING CUBE算法,使用了OPENGL的shader语言glsl,在GPU上实现了MARCHING CUBE算法,提高了速度。 该代码使用GLUT来进行窗口的控制,同时引入了新的库。
控制方式:使用D键来切换数据(共3种数据)
使用A键暂停/继续动画效果
使用VS2010 编辑 需要在工程属性中的INCLUDE路径中包含代码内的GL文件夹
- 2023-05-12 15:00: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
-
很不错的图形学程序,用图形学编的,真的很不错哦
很不错的图形学程序,用图形学编的,真的很不错哦-very good graphics program, graphics series, is really quite oh
- 2022-03-17 22:51:53下载
- 积分:1
-
VC(opengl)显示一个茶壶,可以随鼠标移动而移动
VC(opengl)显示一个茶壶,可以随鼠标移动而移动-VC (opengl) shows a teapot, which can be mobile and mobile mouse
- 2022-03-20 06:54:20下载
- 积分:1
-
本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状....
本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状.-this is the main source of a development environment based on opengl c code, the main formation in the shape of the door.
- 2022-05-15 17:56:22下载
- 积分:1
-
用opengl编写的天空和大地,其中天空有2种模式
用opengl编写的天空和大地,其中天空有2种模式-Opengl prepared with the sky and earth, of which there are two kinds of mode of the sky
- 2023-04-11 10:00:04下载
- 积分:1