移动开发-基于Symbian OS的面向手机3D游戏的图形引擎设计与实现.pdf
2022-06-24 09:06:57 2.1MB 移动开发-基于SymbianO
GL引擎 GL Engine是使用C ++和OpenGL构建的实时渲染引擎。 该项目的目的是熟悉OpenGL,并使用它来实现一些高级的实时照明功能。 特征 摄影机 轨道目标摄像机 免费相机 正交相机 灯 定向性 观点 点 网格 各种原始形状 定制OBJ加载器 底纹 具有纹理贴图的Blinn主着色器,用于漫反射,镜面反射,粗糙度等。 法线贴图 视差映射 自发光着色器 所有光源类型的阴影贴图 处理多个光影 图像加载纹理 2D文字叠加 立方体贴图环境 后期特效 HDR色调映射 延迟渲染 屏幕空间环境光遮挡 发光效果 文献资料 完整的文档可以在找到 使用的图书馆 用于OpenGL集成 用于向量和矩阵运算的 。 用于输入/输出操作。 用于自动记录。 注意:请参阅docs/requirements.txt ,以获取要通过pip安装的库以构建文档。 屏幕截图 使用说明 要求 视窗 Visual
2022-05-22 15:57:42 121.24MB C++
1
图形引擎、物理引擎、图形+物理结合、游戏引擎、unity等主流引擎对比
1
Visual Graph是一套完整的图形编程语言,能够非常方便地建造各种基于图形的界面, 制作各种行业专用的图形控件,还可以制作丰富多样的报表。她能够和其他开发语言实现互相调用,弥补这些语言在图形(或报表)处理方面的不足。曾用她独立开发完成容量达200兆的电力调度自动化系统!用她开发的报表生成系统非常酷,能在预览界面下自由实现编辑,能有无数级别Undo和Redo,完全中国式! 软件的特点是: 一、丰富的制图功能: 能画折线、矩形、椭圆、圆弧、文字框等最基本图形元件,具备简单的开放性接口,能插入其他编程语言中的各种可视化组件,诸如按钮、列表框、图片等。图形单元具有多种可变属性,线条的颜色、类型、宽度、箭头;背景的颜色、网纹;文字框的字型、字号、颜色、下划线类型、四边的类型、文字横向、纵向的对齐方式。编辑能力包括移动、剪贴、拷贝、粘贴、删除、层次、智能排版等,并具有多级Undo和Redo功能。表格功能包括分割、合并文字单元、插入、删除表格行、丰富的查找与替换、智能斜线、多种数字修饰方式、多种序列填充模式、把一组文字框定义成数组方便计算。视图能力包括窗口无级缩放、用来方便单元定位的栅格、放在工作区内的打印纸可以方便地改变放大率和打印区域。二、中国式的表格特点: 表格是典型的中国式,不同于国外电子表格,这里没有行列的概念,而代之以“单元组”的概念,不论其中的单元是否在同行、同列,表中任何一组单元都能用鼠标拖动到其他位置,单元组间可以建立任何复杂的算法,所以处理中国式的复杂表格例如表中套表最为简单。在表格被插入具体应用程序中后,仍然允许编辑某些文字单元。图形无级缩放,无需“模拟显示”,完全所见所得的编辑见面。可以用鼠标拖动打印纸,改变放大率和打印区域。三、能够开发基于图形的控件: Visual Graph能够轻松制作各种图形元件,并把它们放入元件库中以便重复使用,通过传递一系列数据参数,改变元件的反应。四、强大的编程能力: 能够编写各种算法,能够处理鼠标、键盘消息。例如在视图文件初始化时调用OnCreate、释放时调用OnDestroy、单击左键时调用OnClick等等。这里所用的语言采用最古典、最简单的语法结构,具有简单的数据类型,内置上百个常用函数(数学运算、图形、字符串、系统控制等),此外支持外挂函数库,使它能够直接调用其他开发环境提供的丰富功能。HTTP://WWW.VISUAL-GRAPH.COM
2022-03-13 23:15:27 9.5MB ActiveX控件 COM控件 Delphi控件 其它类别
1
\Visual Graph专业图形引擎.rar\Visual Graph专业图形引擎.rar\Visual Graph专业图形引擎.rar\Visual Graph专业图形引擎.rar
2022-03-13 23:00:57 7.78MB \Visual Graph专业图形引擎.rar
1
用OpenGL画哆啦A梦,上下左右键控制整体移动,点击右键也可控制整体移动,哆啦A梦的铃铛能够自动旋转,手可以放大缩小,文档中包含源码及注释,打开codeblocks运行即可。
2022-01-04 17:37:50 40KB OpenGL 图形引擎作业
1
矢量显示图形引擎(vEdge) 概述 我决定使用简单直接媒体库版本2(SDL v2)编写Lunar Lander游戏。 首先,我不得不为这些类型的游戏编写一个游戏引擎,此回购诞生了。 目前,它仅支持2D矢量显示,这是我的Lunar Lander游戏所要求的全部。 技术领域 所有开发都使用“ C”编程语言(C99)。 SDL v2用作基础游戏库。 默认情况下,数字数据类型为浮点型。 CMake是构建工具。 CTest用于单元测试。 文件索引 vmath.h / vmath.c-矢量2D数学例程。 vdraw.h / vdraw.c-矢量原始渲染功能。 vedge.h / vedge.c-矢量显示图形引擎(vEdge)。 vfont.h / vfont.c-矢量字体(ASCII范围0x20-0x5F)。 test-vmath.c-矢量数学例程单元测试。 test-vedge.
2021-12-27 09:49:34 48KB C
1
jPCT-AE是一个将jPCT移植至Android平台上3D图形引擎
2021-12-01 22:56:59 1.18MB jPCT-AE Android 3D 引擎
1
java源码:Java 3D图形引擎 Catcake.zip
2021-10-14 09:03:12 7.59MB java 源码 经典
最新龙书,含各章节目录,学习D3D12神器 LICENSE DISCLAIMER OF LIABILITY AND LIMITED WARRANTY By purchasing or using this book (the "Work), you agree that this license grants permission to use the contents contained herein, but does not give you the right of ownership to any of the textual content in the book or ownership to any of the information or products contained in it. This license does not permit uploading of the Work onto the Internet or on a network (of any kind) without the written consent of the Publisher. Duplication or dissemination of any text, code, simulations, images, etc. contained herein is limited to and subject to licensing terms for the respective products, and permission must be obtained from the publisher or the owner of the content. etc. in order to reproduce or network any portion of the textual material (in any media) that is contained in the work MERCURY LEARNING AND INFORMATION(“ MLP or“ the publisher”) and anyone involved in the creation, writing, or production of the companion disc, accompanying algorithms, code, or computer programs("the software ) and any accompanying Web site or software of the Work, cannot and do not warrant the performance or results that might be obtained by using the contents of the Work. The author, developers, and the Publisher have used their best efforts to insure the accuracy and functionality of the textual material and/or programs contained in this package; we, however, make no warranty of any kind, express or implied, regarding the performance of these contents or programs. The Work is sold"as is without warranty (except for defective materials used in manufacturing the book or due to faulty workmanship) The author, developers, and the publisher of any accompanying content, and anyone involved in the composition, production, and manufacturing of this work will not be liable for damages of any kind arising out of the use of (or the inability to use) the algorithms
2021-08-10 17:39:49 24.91MB D3DC++图形引擎DX1
1