-
OpenGl and code book is a Chinese translation, very detailed procedures opinion,...
OpenGl book and code 是中文译本,程序见解很详细,几乎对每条语句都有说明和解释-OpenGl and code book is a Chinese translation, very detailed procedures opinion, almost all of each statement and explained
- 2023-01-20 20:55:04下载
- 积分:1
-
用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcrea...
用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcreator3.5编译(内建工程),当然也可以用其他Java工具编译。需要详细了解的网友可与我联系-written with Java 3D graphics rendering procedures, and not to use OpenGL Java3D, pure Java, scanning depth blanking line, and partial illumination model, the procedures used for graphics teaching. Procedures used Jcreator3.5 compiler (built-engineering), of course, can also be used to build other Java tools. A detailed understanding of the needs of netizens can contact me
- 2022-07-21 20:55:03下载
- 积分:1
-
This demo implements the marching cubes algorithm for constructing a polygonal m...
This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
- 2022-03-03 15:18:22下载
- 积分:1
-
men on the flying 10,000 meters heard it himself with OpenGL prepared a similar...
是男人就飞一万米听说过吧? 用OpenGL自己编写的一个类似程序,enjoy~-men on the flying 10,000 meters heard it himself with OpenGL prepared a similar procedures, enjoy ~
- 2023-04-26 06:05:03下载
- 积分:1
-
使用opengl来加载3ds的模型的源码,图形可以旋转,基于MFC.
使用opengl来加载3ds的模型的源码,图形可以旋转,基于MFC.-Use opengl to load the source model 3ds, graphics can be rotated based on the MFC.
- 2022-10-11 23:50:03下载
- 积分:1
-
以往下载的一个OPENGL的例子,我作了一些修改,可以实施二维绘图(绘线)、拖动、缩放等功能,希望有人将它修改为窗口大小变化时,图形大小不要变化 bxmmjm@...
以往下载的一个OPENGL的例子,我作了一些修改,可以实施二维绘图(绘线)、拖动、缩放等功能,希望有人将它修改为窗口大小变化时,图形大小不要变化 bxmmjm@yahoo.com.cn-OPENGL downloaded a previous example, I have made some modifications, can be implemented two-dimensional graphics (drawn line), drag, zoom and other functions, I hope it was amended to change the window size, the graphics do not change the size of bxmmjm @ yahoo. com.cn
- 2023-09-02 05:30:03下载
- 积分:1
-
一个实现了纹理贴图立体效果的opengl程序,在这个程序中你将开始学习如何实现纹理贴图,效果很不错!...
一个实现了纹理贴图立体效果的opengl程序,在这个程序中你将开始学习如何实现纹理贴图,效果很不错!-a texture map to achieve a three-dimensional effect of opengl procedures, In this process you will begin to learn how to achieve texture map, the effect is pretty good!
- 2023-04-08 23:25:03下载
- 积分:1
-
双层次包围盒播放器
我将为每个控件通过沟通的双层次包围盒播放器。
但这种来源是只玩双层次包围盒文件。
在检测到的人体运动,这个软件使用非常重要结构。
- 2023-02-04 05:05:24下载
- 积分:1
-
利用OPENGL编程开发的俄罗斯方块游戏,该游戏的玩法与玩的一般的俄罗斯方块没有区别...
利用OPENGL编程开发的俄罗斯方块游戏,该游戏的玩法与玩的一般的俄罗斯方块没有区别-use the OpenGL programming Tetris game, the rules of the game to play with the general made no distinction between the Russian ideographic
- 2023-01-28 23:10:03下载
- 积分:1
-
opengl 10bit 检测显卡是否支持10bit
应用背景
想直接回显10bit数据,在nv网站上下载的,编译运行通过,有一定的参考意义。
README for Check30bit
- To Run, type
Check30bit
This will print out a listing of all attached displays and open a window on each display showing a teapot.
If a display is 30-bit capable, then the window opened on that display will use a 30-bit pixel format.
When moving or resizing the window between the displays the event handler determines if the window is spanning a 30-bit color compatible display and reports it.
关键技术Check30bit opengl nvidia 并检测显卡是否支持10bit,不支持的话就用24bit。
- 2023-02-11 16:25:03下载
- 积分:1