-
VC+opengl实现光线跟踪算法,使用了3ds场景模型
VC+opengl实现光线跟踪算法,使用了3ds场景模型-VC opengl achieve ray tracing algorithm, the use of 3ds Scene Model
- 2023-03-31 00:00:04下载
- 积分:1
-
自己编写的opengl程序,在vc6.0 SDI中搭建opengl的框架,程序绘制了一个彩色立方体,有光照,如果需要只修改DrawScene中的绘图代码即可...
自己编写的opengl程序,在vc6.0 SDI中搭建opengl的框架,程序绘制了一个彩色立方体,有光照,如果需要只修改DrawScene中的绘图代码即可-prepared opengl own procedures, vc6.0 SDI in which structures opengl framework of a mapping process color cube, light, If you need only change the mapping DrawScene code can be
- 2022-01-21 04:15:06下载
- 积分:1
-
vc based on the establishment of a transparent cube rotation can be used for scr...
在vc++中基于建立旋转透明立方体可用鼠标拖动进行旋转是初学者的入门的好例子
-vc based on the establishment of a transparent cube rotation can be used for scrolling mouse rotation is a pioneer beginners a good example
- 2022-01-28 19:19:43下载
- 积分:1
-
图片的三D动态实现
所用的图形接口为openGL
可用于图形学作业中...
图片的三D动态实现
所用的图形接口为openGL
可用于图形学作业中-Three-D picture realize dynamic graphics interface used can be used for the openGL graphics operations
- 2022-07-12 17:36:39下载
- 积分:1
-
pyrotechnic effect of examples OpenGl
烟火效果的OpenGl例子-pyrotechnic effect of examples OpenGl
- 2022-09-09 21:25:03下载
- 积分:1
-
3D 太阳系 - OpenGL 和 C#
翻译 maninwest@Codeforge 作者:Vasily Tserekh@CodeProject这是个 3D 太阳系,使用 OpenGL 和 C# 实现。我尽量让它简单。它包含行星、卫星、太阳月亮和其他星星。我使用了 TAO命名空间,它是在 OpenGL dll 和 .NET Framework 之间的互操作。我也用了 Shadowengine - 一个我自己开发的小图形框架。使用它,我可以省去加载图形和初始化图形上下文的代码编写工作。3D 编程员眼中的太阳系3D 编程员需要将宇宙、轨道、星星等实体在程序设计环境中进行转化。宇宙是一个黑色背景,可以使用 OpenGL 的函数 Gl.glClearColor(0, 0, 0, 1);//red green blue alpha 。至于星星,可以使用点来替代。可以使用 OpenGL 处理绘制点的基元。你也可使用随机函数生成大量点,只要确保它们不在太阳系中即可。行星是有底纹的球体。它们有自己的轨道和旋转轴。你得使用 变量跟踪并更新,因为它们随着时间改变。如果不想使用3D max 制作球体,可以使用 OpenGL 二次曲线。卫星和行星一样,只是不饶太阳而是绕行星转。使用代码项目中包含对 ShadowEngine和 TAO.OpenGL 的引用. 项目类有: Camara.cs典型的 FPS 相机。鼠标以屏幕中间为中心。用户移动鼠标时,会计算离开始点的 delta X 和 Delta Y 。这些 Delta X 和 Delta Y 被转化成角度当你向前/向后移动相机时,相机会移动到角度指的方向。
- 2022-02-04 03:32:08下载
- 积分:1
-
this OPENGL program, it can be run on VC6.0+opengl
this OPENGL program, it can be run on VC6.0+opengl-this is OPENGL program, it can be run on VC6.0+opengl
- 2023-01-29 22:00:03下载
- 积分:1
-
opengl和c++实现的烟雾动画效果
opengl图形处理 和在c++下,编程实现实现的三维烟雾动画效果,充分应用opengl库函数的优秀例子...
- 2022-09-11 19:15:03下载
- 积分:1
-
盒子中飞出气球
#include "stdafx.h"
#include "welcome.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainFrame
IMPLEMEN
- 2022-03-18 11:49:16下载
- 积分:1
-
好的vbs代码。可以自动登陆校内网,填上响应的帐号和密码
好的vbs代码。可以自动登陆校内网,填上响应的帐号和密码-Good vbs code. Can automatically landing the school network, the response to fill in name and password
- 2022-03-14 06:46:06下载
- 积分:1