-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
三维地形侵蚀模拟
一个基于OpenGL的做的三维地形侵蚀效果模拟,模拟出地形表面的水流以及水流对地形产生的侵蚀效果。
- 2022-03-09 21:44:25下载
- 积分:1
-
在vc的环境下关于mfc的opengl的窗口设置的简单例子,程序很简单,对opengl的初学者应该很有用....
在vc的环境下关于mfc的opengl的窗口设置的简单例子,程序很简单,对opengl的初学者应该很有用.-in vc environment on the opengl mfc the window set up a simple example, the procedures are simple, right opengl beginners should be very useful.
- 2022-02-02 23:14:07下载
- 积分:1
-
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制...
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制很多的图像来说实在是太慢了,所以,一个解决办法是:使用OpenGL实现一个能够绘制二维图形的用户控件。-Realize the use of OpenGL graphics rendering of a 2D two-dimensional control (GDI too slow to solve the problem) the source code: after the author is busy with a project needs a lot of two-dimensional graphics rendering. Started thinking about the use of GDI, but a lot of GDI for rendering the image is really is too slow, so a solution is: the use of OpenGL to achieve a two-dimensional graphics rendering user controls.
- 2022-09-27 23:45:03下载
- 积分:1
-
读3D点云数据 并显示出来 并从多个角度进行观察
读3D点云数据 并显示出来 并从多个角度进行观察-read 3D points cloud file,and display
- 2022-04-17 12:07:04下载
- 积分:1
-
csc108 Assignment
Raytracing example
implement a basic ray-tracer and render a simple scene using ray casting and local shading. The starter code sets up a scene comprising of an ellipsoid and a plane, being illuminated by a point light source. Your job is to render the scene by implementing code fragments required for object intersections and Phong shading.
- 2022-07-17 14:08:05下载
- 积分:1
-
如何删除地址栏中的输入的值
想要删除它自动在 url 栏中的输入的值。
如何更改,同时在框中要更改此 url 栏上单击
- 2023-07-08 11:55:02下载
- 积分:1
-
OPGL演示例子,比较适合新手学习学习,比较简单实在
OPGL演示例子,比较适合新手学习学习,比较简单实在-OPGL demonstration example, more suitable for novice learn from, relatively simple really
- 2022-08-02 11:37:01下载
- 积分:1
-
在OpenGL的烟花
控制台应用程序:屏保项目概述
- 2022-06-01 09:21:30下载
- 积分:1
-
用OpenGL实现地形,包括3ds文件的读取、纹理贴图等等。
用OpenGL实现地形,包括3ds文件的读取、纹理贴图等等。-use OpenGL terrain, including 3ds document read, texture mapping, and so on.
- 2023-03-16 07:30:03下载
- 积分:1