搜索资源列表
-
0下载:
最近一直处理多边形相关的处理,包括自相交图形分割,有洞多边形的分割,任意不相交多边形的三角分割,其中用到了折线平行线的生成算法,见附件。提高了图形的描画速度。以后会继续上传多边形处理的论文和处理代码。-Have recently been dealing with polygon-related processing, including the self-intersection graph partition, there are holes polygons partition, arbi
-
-
0下载:
在屏幕上任意绘制一个多边形,在计算机内将其表示为一个以此多边形为底面的正n边棱柱(指定高度),棱柱的各面具有不同的颜色。
用Z-Buffer算法做面消隐;
允许以棱柱中心为固定点,通过输入x, y, z方向的转动角度实现任意角度的旋转(或通过鼠标操作实现任意角度的旋转) ;
投影方式:正平行投影,并假设物体始终在裁剪空间内;-On the screen draw an arbitrary polygon, within the computer as a polygon of its
-
-
0下载:
对图片进行二维快速傅里叶变换,并且用GPU的并行算法进行加速,大幅度提高运算速度-The picture-dimensional fast Fourier transform, and accelerated with the GPU s parallel algorithm, greatly improve processing speed
-