搜索资源列表
roate
- 这是图像旋转的visiual c++源程序,图形图像编程-This is the image rotation visiual c + + source code, graphics and video programming
roate
- 这是图像旋转的visiual c++源程序,图形图像编程-This is the image rotation visiual c++ source code, graphics and video programming
rotate
- 对yuv图像顺时针旋转90°的代码,一次只能旋转一个分量,例如,对于yuv420图像,采用 rotate( m_image_w,m_image_h, y, NULL ) rotate( m_image_w/2,m_image_h/2, u, NULL ) rotate( m_image_w/2,m_image_h/2, v, NULL ) 如果dstdata为NULL,哪么程序会将输入srcdata当作输出-
OpenGL3Dv2.0
- 编写的C#语言用SharpGL控件实现物体的三维旋转-Csharp use SharpGL control to realize object to 3D roate
Rotate
- opengl中任一坐标点旋转后,得到新坐标点的例子。通过glGetFloatv函数获取glRotate变换后的模型视图矩阵,然后乘以当前点坐标,进行旋转变换,得到变换后的坐标点位置信息。并与glRotate函数进行比较。-A mehtod to get the vertex postion after roate. This method is implemented buy using glGetFloatv function to
Opengland3DS
- 3DS File loader,can realize load 3ds file,and roate model
diqiu
- 实现地球自转以及月球围绕地球作旋转的功能 -It shows how the earth and the moon roate
OpenGL_Mouse_rotate_3D
- 一个基于VC的OpenGL实现。 能通过鼠标拖动实现XYZ三个方向的旋转,不同于一般的XY方向旋转。-Based on VC++ and OpenGL. Can roate the 3D object in XYZ directions by moving the mouse.
rotateImage
- 能够将Image任意角度的旋转,使用方便-roate image
opengl
- opengl程序实现了彩色立方体旋转功能-The OpenGl program which has achieve the roate of the cub
imRotate
- image roate with random angle
hw1
- 构建模型, 联系opengl下的旋转,位移,(building 3d model, pratice roate and movement in opgl)