-
OpenGL轨迹球
轨迹球控制:如果只用鼠标来控制你的模型是不是很酷?轨迹球可以帮你做到这一点,我将告诉你我的实现,你可以把它应用在你的工程里。我的实现是基于Bretton Wade’s,它是基于Ken Shoemake’s 实现的,最初的版本,你可以从游戏编程指南这本图上找到。但我还是修正了一些错误,并优化了它。轨迹球实现的内容就是把二维的鼠标点映射到三维的轨迹球,并基于它完成旋转变化。
- 2022-08-02 14:23:03下载
- 积分:1
-
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个...
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode "definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
- 2023-03-29 15:00:02下载
- 积分:1
-
中值滤波实现
中值滤波实现-Median filter to achieve
- 2022-09-06 11:55:03下载
- 积分:1
-
用于摄像模块图像采集,回放。通过windows vfp 编程
用于摄像模块图像采集,回放。通过windows vfp 编程-camera module for image acquisition, playback. Programming through the windows Probe
- 2022-03-03 01:44:29下载
- 积分:1
-
这个程序演示了如何通过加载不同的ICO图标文件制作鼠标动态光标效果...
这个程序演示了如何通过加载不同的ICO图标文件制作鼠标动态光标效果-this procedure demonstrated how different loading icon document production ICO mouse cursor dynamic effects
- 2022-02-03 17:41:44下载
- 积分:1
-
homemade browser, which has a functional
自制的浏览器,该有的功能都有了-homemade browser, which has a functional
- 2022-04-25 16:32:10下载
- 积分:1
-
用vb对cad进行二次开发的几个简单功能,包括画表格等
用vb对cad进行二次开发的几个简单功能,包括画表格等-vb right cad with secondary development of a few simple functions, including painting forms, etc.
- 2022-05-21 11:26:10下载
- 积分:1
-
抗任意角度旋转的图像匹配算法的matlab实现
抗任意角度旋转的图像匹配算法的matlab实现-image matching of any rotation
- 2022-05-27 17:21:22下载
- 积分:1
-
图形插值可以得到三维效果图
图像插补,可以使用二维图像达到三维观看的效果,绝对好的很好的-Graphic interpolation could get 3D effect form two-dimension image.It is a good thing absolutly!
- 2022-05-06 16:46:18下载
- 积分:1
-
贝塞尔画直线和圆,没有使用OPENGL侦中画线的功能,运用的是贝塞尔画线、画圆的算法
贝塞尔画直线和圆,没有使用OPENGL侦中画线的功能,运用的是贝塞尔画线、画圆的算法-Bezier drawing a straight line and circle, do not use OPENGL drawing a line in the detection function, using the Bessel painting lines, the algorithm drawcircle
- 2022-08-11 15:31:09下载
- 积分:1