搜索资源列表
3ddraw.files
- 在图形模式下显示3D图形绕任意轴旋转的程序。 -in graphic mode display 3D graphics rotating procedures.
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
threedmesh
- 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
charRound
- 本程序实现了立体字的旋转功能。可以根据需要设定字的颜色、字体、纵深方向的值等。第一行字绕X轴旋转,第二行字绕Y轴旋转-realized by the three-dimensional character of the rotation. According to the word needs to set the color, fonts, and in-depth direction, such as the value. The first lines revolving around t
NewRotation
- 该程序是在OpenGL环境下实现了对立体自由选择,可以自由选择绕X,Y,Z轴旋转,旋转的速度可以通过滑动条自由控制。-that the procedure was in OpenGL environment for the realization of three-dimensional freedom of choice, freedom of choice around X, Y, Z-axis rotation, rotation speed can be controlled throu
绕任意轴旋转
- 图形变化的绕任意轴旋转-graphics change in rotating
Vertices_source
- 显示一个绕三个轴旋转的立方体,纹理是自动插值的。-around 3 shows a rotating cube, texture automatic interpolation.
XZZhuoZi
- vb做的立体桌子,可以旋转,可以按X轴旋转可以按Y轴旋转,可以按Z轴旋转,每个面有自己的颜色-vb do three-dimensional table, rotating, with the X-axis rotation according to Y-axis rotation, in accordance with a Z-axis rotation, Each face has its own color
绕Y轴旋转的正方体
- direct9编程,一个绕Y轴旋转的正方体。了解网络动漫设计一个例子程序。
旋转程序
- 在图形模式下显示3D图形绕任意轴旋转的程序,物体的每一个顶点的坐标都储存在外部变量point中了,比如说第一个顶点就是point[0],他的坐标是(point[0][0],point[0][1],point[0][2])。整个步骤我想在程序的注释中讲得很清楚了。-in graphic mode display 3D graphics rotating procedures objects each vertex of the coordinates are stored in the exter
立方体旋转动画
- 本程序提供了三维坐标转换为二维坐标的算法,实现在屏幕上画三维图,并提供立方体绕任意轴旋转动画的算法。-procedures for the three-dimensional coordinates of the conversion of two-dimensional coordinates of the algorithm to achieve on the screen painting three-dimensional map, and provide cube rotating a
3
- 实验要求:1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
flip_matrixZL
- 实现矩阵旋转,沿中轴翻转,可用于基于块的图象处理-Implementation matrix rotation, along the central axis flip, can be used for block-based image processing
Rotating
- 实现图像绕任意轴旋转,可以自定义轴坐标和旋转角度-Of image rotating, you can customize the axes coordinates and rotation angle
读取.SLP文件 来提取按照xyz轴旋转的图像
- 能读取.SLP文件 来提取按照xyz轴旋转的图像-Can read. SLP is the file to extract images in accordance with xyz-axis rotation
旋转倒立摆原创资料
- 基于stm32的旋转倒立摆,运用pid算法与mpu60506轴测量传感器(STM32 based rotating inverted pendulum, using PID algorithm and mpu60506 axis measuring sensor)
pm四轴A轴旋转 - 不会不开主轴@sweertrong
- 数控四轴A旋转,X与Y轴互换不出错,加工好工具软件,CNC加工用(CNC four axis A rotation, X and Y axis swap)
项目7函数围绕x轴旋转动画已完成
- 曲线围绕x轴旋转的matlab动画 用于绘制绕x轴旋转的曲线(The MATLAB animation that revolves around the X axis)
4轴刀路
- cnc教程,详细介绍如何做4轴旋转联动刀路,可用于cnc或者是木工雕刻机使用