-
c#结合opengl的例子,实现简单的动画效果
c#结合opengl的例子,实现简单的动画效果-c# combination opengl examples and realize a simple animation effects
- 2022-04-13 13:08:13下载
- 积分:1
-
设置图像的灰度
通过彩色图象灰度化来介绍C#处理数字图像的3种方法,Bitmap类、BitmapData类和Graphics类是C#处理图像的的3个重要的类。Bitmap只要用于处理由像素数据定义的图像的对象,主要方法和属性如下: GetPixel方法和SetPixel方法,获取和设置一个图像的指定像素的颜色。 PixelFormat属性,返回图像的像素格式。 Palette属性,获取或折纸图像所使用的颜色调色板。 Height属性和Width属性,返回图像的高度和宽度。 LockBits方法和UnlockBits方法,分别锁定和解锁系统内存中的位图像素。BitmapData对象指定了位图的属性: Height属性,被锁定位图的高度。 Width属性,被锁定位图的宽度。 PixelFormat属性,数据的实际像素格式。 Scan0属性,被锁定数组的首字节地址。 Stride属性,步幅,也称扫描宽度。彩色图象灰度化24位彩色图象每个像素用3个
- 2023-04-11 05:05:04下载
- 积分:1
-
A very famous collision detection engine and the simple example of using it.
A very famous collision detection engine and the simple example of using it.-A very famous a collision detection engine nd the simple example of using it.
- 2022-11-05 02:20:03下载
- 积分:1
-
OpenGL读取txt,asc文件实现三维点云显示
OpenGL读取txt,asc文件实现三维点云显示,本人亲自运行,成功运行。
- 2022-01-26 01:06:20下载
- 积分:1
-
robot joints by different form, through the preservation of different forms of r...
机器人由不同的关节构成,通过保存机器人不同形态的侦,播放这些侦实现机器人的连续动作-robot joints by different form, through the preservation of different forms of robot reconnaissance, surveillance and broadcasting of these robots to achieve continuous movement
- 2022-03-05 14:43:58下载
- 积分:1
-
使用OpenGL进行开发,阅读3dsmax输出ASE文件
利用DELPHI进行OPENGL开发,读取3DSMAX输出的ASE文件-use OpenGL for development, reading 3DSMAX output ASE paper
- 2023-08-07 01:15:03下载
- 积分:1
-
OpenGL画点、画线和多边形的绘制算法
OpenGL画点、画线以及画多边形的算法-OpenGL drawing points, drawing lines and polygon drawing algorithm
- 2022-06-14 10:32:26下载
- 积分:1
-
opengl光照实体立方
opengl光照实体立方
- 2022-08-07 23:33:45下载
- 积分:1
-
/ *画圆的半径为9,8和7所示的颜色(0,0)
/* Draw circles of radius 9, 8 and 7 with the colours shown around (0,0)
Draw the x and y axis
Draw the diagonal line
Draw the 12 by 6 quad around (0,0)
When the left mouse button is pressed the diagonal line moves as shown.
When the right button is pressed the diagonal line is reset to its
original position
The right button also toggles the direction from + to - x
Pressing Esc exits the program
*/-/* Draw circles of radius 9, 8 and 7 with the colours shown around (0,0)
Draw the x and y axis
Draw the diagonal line
Draw the 12 by 6 quad around (0,0)
When the left mouse button is pressed the diagonal line moves as shown.
When the right button is pressed the diagonal line is reset to its
original position
The right button also toggles the direction from+ to- x
Pressing Esc exits the program
*/
- 2022-05-20 09:28:51下载
- 积分:1
-
该例子演示的是使用OPENGL标准框架在游戏中建立菜单的方法,包括菜单的建立、鼠标指针的创建、菜单对鼠标的响应事件以及对贴图的处理和在菜单中对光线的应用。...
该例子演示的是使用OPENGL标准框架在游戏中建立菜单的方法,包括菜单的建立、鼠标指针的创建、菜单对鼠标的响应事件以及对贴图的处理和在菜单中对光线的应用。-demonstrated by the example of the use of OpenGL standard framework for the game to establish the menu, including the establishment of the menu, the mouse pointer"s founding, the menu right mouse events, as well as the response to the treatment and textures in light menu of the application.
- 2022-05-05 01:11:30下载
- 积分:1