使用鼠标旋转物体,使用虚拟球的算法,在vc+opengl的环境下,可以从X、y、z进行旋转
2022-04-26 16:54:36 3.19MB 鼠标旋转 轨迹球 opengl
1
通过本类库,可以在VB6.0中方便地使用OpenGL.
2022-04-26 15:15:51 147KB openGL tlb VB
1
opengl贝塞尔曲面细分,win7+VS017,win10+vs2019版本 现在让我们扩展我们的程序,使它将我们简单的矩形网格转换为贝塞尔曲面。细分网格 应该为我们提供了足够的顶点来对曲面进行采样(如果我们想要更多的话,我们可以增加 内部/外部细分级别)。我们现在需要的是通过管线发送控制点,然后使用这些控制点执行计 算以将细分网格转换为我们所需的贝塞尔曲面。
2022-04-25 16:05:24 115.05MB opengl曲面细分着色器 贝塞尔曲面实现
1
通过NV_DDS类库实现OpenGL载入DDS压缩纹理
2022-04-25 15:54:40 209KB OpenGL DDS
1
现代OpenGL+Qt:使用halfway向量提高光照计算效率,使用halfway向量提高OpenGL光照计算的效率,详见博文:现代OpenGL+Qt学习笔记之十一:使用halfway向量提高光照计算效率http://blog.csdn.net/chaojiwudixiaofeixia/article/details/78197656
2022-04-24 21:11:47 7KB 现代OpenGL Qt GLSL halfway向量
1
使用现代OpenGL+Qt,同时实现使用逐顶点和逐片元渲染方法,详见博文:现代OpenGL+Qt学习笔记之十:使用逐片元渲染提升真实感http://blog.csdn.net/chaojiwudixiaofeixia/article/details/78187060
2022-04-24 21:10:58 13KB 现代OpenGL Qt GLSL 逐片元渲染
1
OpenGL is the leading cross-language, multi-platform API used by masses of modern games and applications in a vast array of different sectors. Developing graphics with OpenGL lets you harness the increasing power of GPUs and really take your visuals to the next level. OpenGL Development Cookbook is your guide to graphical programming techniques to implement 3D mesh formats and ...
2022-04-24 19:18:48 18.8MB Opengl Cookbook
1
assimp 3.1.1的源码, 以及 用vs2013, 编译产生的64位dll-lib库; 用vs2019编译产生的64位dll和lib库
2022-04-24 15:57:20 172.1MB assimp opengl
1
六面六色的彩色立方体,使用QT和OpenGL开发,鼠标手势操作旋转,滚轮进行缩放,旋转矩阵实现旋转,无万向锁问题。
2022-04-23 20:48:48 5KB OpenGL 旋转立方体 鼠标手势操作
1
构建: (视窗) (OS X和Linux) pyimgui 惊人的 C ++库的Python绑定-无膨胀的立即模式图形用户界面。 文档: 安装 pyimgui在PyPI上可用,因此您可以使用pip轻松安装它: pip install imgui[full] 上面的命令将为所有内置渲染后端集成(pygame,cocos2d等)安装具有附加依赖项的imgui软件包。 如果您不想安装所有其他依赖项,则可以始终使用裸pip install imgui命令或选择一组特定的额外要求: 对于pygame后端,请使用pip install imgui[pygame] 对于GLFW3后端,请使用pip install imgui[glfw] 对于SDL2后端,请使用pip install imgui[sdl2] 对于Cocos2d后端,请使用pip install imgui[cocos2d] 对于pyglet后端,请使用pip install imgui[pyglet] 软件包以内置轮子的形式分发,因此不需要在大多数操作系统上进行编译。 有关与不同操作系统和Python版本的兼
2022-04-23 14:08:03 170KB python gamedev opengl cython
1