登录
首页 » OpenGL图像 » 有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。

有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。

于 2022-03-11 发布 文件大小:1.49 MB
0 126
下载积分: 2 下载次数: 1

代码说明:

有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。-Realize the decal has OpenGL textures, decal mapping technology can realize explosions, bullets and other traces of fire effects. Procedures have been tested to run correctly.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • opengl光照实体立方
    opengl光照实体立方
    2022-08-07 23:33:45下载
    积分:1
  • 关于计算机形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。...
    关于计算机图形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。-Computer Graphics on the guidance of the pilot, which from the very basic algorithm to advanced algorithms, as well as on the use of both opengl.
    2022-07-15 06:36:32下载
    积分:1
  • Visual C++精彩实例详解,本书通过50个综合性问题,介绍了VisualC++的开发技巧和方法,内容涵盖了VisualC++编程中的数据库、网络、多媒体、...
    Visual C++精彩实例详解,本书通过50个综合性问题,介绍了VisualC++的开发技巧和方法,内容涵盖了VisualC++编程中的数据库、网络、多媒体、图像处理、优化算法、系统编程、界面美化、OpenGL三维虚拟现实、汇编语言混合编程、DirectX编程、复合文档等许多热门领域。-Visual C++ Wonderful examples detailed in this book through a comprehensive 50 question, introduced VisualC++ The development of skills and methods, covering the VisualC++ Database programming, network, multimedia, image processing and optimize the algorithms, system programming, interface landscaping, OpenGL three-dimensional virtual reality, mixed assembly language programming, DirectX programming, compound document, and many other popular fields.
    2022-09-16 03:35:06下载
    积分:1
  • OpenGL实现模型缩放功能,视景体移动,包含源代码及演示
    OpenGL实现模型缩放功能,视景体移动,包含源代码及演示-OpenGL model zoom function, visual-Mobile, including source code and demo
    2022-02-24 13:27:49下载
    积分:1
  • 此程序演示了用DELPHI进行OpenGL的程序设计
    此程序演示了用DELPHI进行OpenGL的程序设计 -demonstration of the procedure used for Delphi programming OpenGL
    2022-01-31 01:21:22下载
    积分:1
  • 它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理形,...
    它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular automata simulation with a set of rules that can be Conway s game of life but can be changed to run a wide variety of other cellular automata systems as well. It uses OpenGL for graphics, but is not 3D. Possible grid size is limited only by processor power and memory. The user can zoom in until a single cell fills the window, and out until the whole grid is visible
    2022-03-19 03:08:10下载
    积分:1
  • VisualC高级编程技术,关于OpenGL的
    VisualC高级编程技术,关于OpenGL的-VisualC advanced programming technology, OpenGL about the
    2023-05-24 20:00:02下载
    积分:1
  • 轻量级实时OpenGL 形组件
    翻译  maninwest@Codeforge  作者: Gabriyel @ Codeproject集成提供实时更新的基于 OpenGL的图形组件。我需要通过图表实时显示统计数据(我写了个演示应用)。截图可以明确地显示这个图形组件背后的理念。它在跟踪实时数据时,例如数据获取和分析时,会很有用。我没有时间开发地更加细致,如不同的图形类型、演示类型和过滤器等,但是在代码的基础上添加这些功能应该不难。使用代码这个图形组件的功能有:用户定义的缓存 (列表) ,用于存储图形数据 当数据"溢出" 缓存时,图像会自动抛弃最旧的数据为最新的数据创造空间 实时计算移动平均数这个代码可以轻松集成到任何基于 OpenGL 的应用程序。开发人员只需确保渲染上下文即可OGLGraph* myGraph; void init ( GLvoid ) // Create Some Everyday Functions { glClearColor(0.0f, 0.0f, 0.0f, 0.f); //glClearDepth(1.0f); myGraph = OGLGraph::Instance(); myGraph->setup( 500 /*width*/, 100 /*height*/, 10 /*offsetX*/, 10 /*offsetY*/, 2 /*scaleX*/, 2 /*scaleY*/, 1 /*channels*/, 200 /*
    2022-02-13 11:50:46下载
    积分:1
  • VC++语言使用OpenGL绘制一系列的组合
    vc++中使用opengl语言绘制一系列的组合图形-vc++ language using opengl drawing a series of combination of graphics
    2022-11-23 07:15:03下载
    积分:1
  • use OpenGL combination VC environment produced by the small examples, very good...
    利用OpenGL结合VC开发环境制作的小例子,很不错的立体图形-use OpenGL combination VC environment produced by the small examples, very good 3-D graphics
    2022-08-19 08:29:50下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载