-
使用openGL绘制简单2d,3d图像。绘制正弦曲线等数学图形。
使用openGL绘制简单2d,3d图像。绘制正弦曲线等数学图形。-The use of openGL drawing simple 2d, 3d image. Sinusoid, such as rendering graphics mathematics.
- 2023-03-30 07:00:04下载
- 积分:1
-
opengl+VC 波光闪闪和水波荡漾的论文
opengl+VC 波光闪闪和水波荡漾的论文-opengl+ VC and water rippling wave shiny paper
- 2022-03-19 02:26:13下载
- 积分:1
-
基于VC+OPENGL生成sierpinski镂垫(2维和3维)的代码,适合初学者.
基于VC+OPENGL生成sierpinski镂垫(2维和3维)的代码,适合初学者.-generation OpenGL-based VC sierpinski engrave pad (two-dimensional and three-dimensional) code, for beginners.
- 2022-08-18 01:24:13下载
- 积分:1
-
用MFC中的dialoge实现的OpenGL,可以供大家参考
用MFC中的dialoge实现的OpenGL,可以供大家参考-Using MFC in the dialoge realize OpenGL, can be for your reference
- 2022-12-21 11:55:03下载
- 积分:1
-
对于球体之间,球体和平面,球体和圆柱体的碰撞进行模拟。...
对于球体之间,球体和平面,球体和圆柱体的碰撞进行模拟。-Between the spheres, sphere and plane, sphere and cylinder to simulate the collision.
- 2022-07-25 11:17:57下载
- 积分:1
-
基本的OpenGL程序的例子
Examples basics of opengl program
- 2022-01-25 17:18:59下载
- 积分:1
-
OpenGL fountain effect of the display, is a complex calculation of particle traj...
OPENGL喷泉效果的演示,主要是复杂粒子运动轨迹计算及粒子生命周期计算同时还有3D场景的角度变换-OpenGL fountain effect of the display, is a complex calculation of particle trajectories and calculating particle life cycle along with 3D scenes perspective transform
- 2022-03-11 12:18:55下载
- 积分:1
-
人形机器人,四肢能够协调运动
这是一个简易的人形机器人,四肢能够做规则来回摆动的运动,并且能够相互协调。做周期性的运动
- 2023-06-21 14:10:03下载
- 积分:1
-
graphic image processing projector
图形图像中的投影处理-graphic image processing projector
- 2022-01-25 20:45:26下载
- 积分:1
-
增加的典型方法
The typical approach to adding in-game media such as movies and television has been to cycle through a series of textures. In order to play even a short show meant that a lot of texture swapping and memory had to be used, so the idea was to replace this method with a MPEG decoder and display each pixel as a polygon. I believe this is the first example of this method for two main reasons, firstly it takes a lot of processing to read the frames and display the large number of polygons but this is no longer a problem with the latest video cards, and secondly, it is no picnic writing a MPEG decoder. Fortunately I didn t have to write the MPEG decoder, I have used and modified the freely available source code ported to Win32 by Thanassis Tsiodras which was originally released by the University of California in 1992, back when there was a greater open source ethic.
- 2023-01-19 08:00:04下载
- 积分:1